summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/deprecated/Yqcloud.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-01-22Improve CreateImagesBingHeiner Lohaus1-3/+3
Sort providers by category
2023-10-27Update config supports_message_historyHeiner Lohaus1-1/+0
2023-10-24Indicated support of message history in Yqcloud.pyLuneye1-0/+1
2023-10-22Fix increase timeoutHeiner Lohaus1-2/+3
Add Hashnode Provider Fix Yqcloud Provider
2023-10-22Fix MyShell ProviderHeiner Lohaus1-5/+6
2023-10-21~ | g4f `v-0.1.7.2`abc1-1/+1
patch / unpatch providers
2023-10-08Add Messages and AsyncResult typingHeiner Lohaus1-12/+20
Add system_message in Yqcloud
2023-10-08Add Cromicle to provider listHeiner Lohaus1-0/+3
2023-10-07Add GptGod ProviderHeiner Lohaus1-2/+1
Remove timeout from aiohttp providers Disable Opchatgpts and ChatgptLogin provider
2023-10-05Add AiAsk, Chatgpt4Online, ChatgptDemoHeiner Lohaus1-1/+2
and ChatgptX Provider Fix Bing, Liaobots and ChatgptAi Provider Add "gpt_35_long" model and custom timeout
2023-09-05Add to many provider async and stream support, Fix Ails, AItianhu, ChatgptAi, ChatgptLogin Provider, Add fallback cookies to Bing, Improve OpenaiChat ProviderHeiner Lohaus1-6/+9
2023-09-03type hintsmsi-JunXiang1-0/+2
Use `from __future__ import annotations avoid `dict` and `list` cause "TypeErro: 'type' object is not subscriptable". Refer to the following Stack Overflow discussions for more information: 1. https://stackoverflow.com/questions/75202610/typeerror-type-object-is-not-subscriptable-python 2. https://stackoverflow.com/questions/59101121/type-hint-for-a-dict-gives-typeerror-type-object-is-not-subscriptable
2023-08-28Add async support for H2oHeiner Lohaus1-29/+23
Add format_prompt helper Fix create_completion in AsyncGeneratorProvider Move get_cookies from constructor to function Add ow HuggingChat implement Remove need auth form Liabots Add staic cache for access_token in OpenaiChat Add OpenAssistant provider Support stream and async in You Support async and add userId in Yqcloud Add log_time module
2023-08-27~ | code stylingabc1-17/+18
2023-08-23fix Yqcloud's prompter using only the last messagezengrr1-1/+4
2023-08-17Update Yqcloud.pyMaxKUlish11-0/+1
# specify the correct encoding forcibly
2023-08-17Update Yqcloud.pyMaxKUlish11-1/+0
2023-08-17Update Yqcloud.pyMaxKUlish11-0/+1
# specify the correct encoding forcibly
2023-08-14refactor: refactor providerMIDORIBIN1-0/+44