summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/You.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move some modules, create providers dirHeiner Lohaus2024-02-221-2/+2
| | | | | | Set min version for duckduckgo Make duckduckgo search async Remove get_lastet_version
* Add new Client API with DocsHeiner Lohaus2024-02-121-0/+5
| | | | | | | Use object urls for the preview of image uploads. Fix upload images in You provider Fix create image. It's now a single image. Improve system message for create images.
* Fix select chat mode, fix auth value in YouHeiner Lohaus2024-02-111-3/+3
|
* Add upload image support in YouHeiner Lohaus2024-02-111-50/+105
|
* Add GPT 4 support in You, Add camera input, Enable logging on debug in GUI, Don't load expired cookiesHeiner Lohaus2024-02-111-3/+63
|
* Update config supports_message_historyHeiner Lohaus2023-10-271-1/+0
|
* Indicated support of message history in You.pyLuneye2023-10-241-1/+2
|
* Add Messages and AsyncResult typingHeiner Lohaus2023-10-081-6/+7
| | | | Add system_message in Yqcloud
* Add AiAsk, Chatgpt4Online, ChatgptDemoHeiner Lohaus2023-10-051-11/+10
| | | | | | and ChatgptX Provider Fix Bing, Liaobots and ChatgptAi Provider Add "gpt_35_long" model and custom timeout
* Add new providers: Aivvm, Vitalentum and YlokhHeiner Lohaus2023-09-121-20/+20
|
* type hintsmsi-JunXiang2023-09-031-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
* Add async support for H2oHeiner Lohaus2023-08-281-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
* ~ | code stylingabc2023-08-271-18/+12
|
* Merge branch 'main' into upTekky2023-08-251-5/+8
|\
| * "You" unicode decode and fix prompt just is last messagezengrr2023-08-231-5/+8
| |
* | Improve providers with testsHeiner Lohaus2023-08-221-8/+7
|/
* refactor: refactor providerMIDORIBIN2023-08-141-0/+59