summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/You.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-10-27Update config supports_message_historyHeiner Lohaus1-1/+0
2023-10-24Indicated support of message history in You.pyLuneye1-1/+2
2023-10-08Add Messages and AsyncResult typingHeiner Lohaus1-6/+7
Add system_message in Yqcloud
2023-10-05Add AiAsk, Chatgpt4Online, ChatgptDemoHeiner Lohaus1-11/+10
and ChatgptX Provider Fix Bing, Liaobots and ChatgptAi Provider Add "gpt_35_long" model and custom timeout
2023-09-12Add new providers: Aivvm, Vitalentum and YlokhHeiner Lohaus1-20/+20
2023-09-03type hintsmsi-JunXiang1-1/+4
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-47/+29
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-18/+12
2023-08-23"You" unicode decode and fix prompt just is last messagezengrr1-5/+8
2023-08-22Improve providers with testsHeiner Lohaus1-8/+7
2023-08-14refactor: refactor providerMIDORIBIN1-0/+59