summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/You.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update You.pyH Lohaus2024-04-071-16/+1
|
* Update You.pyH Lohaus2024-04-071-1/+1
|
* Update You.pyH Lohaus2024-04-071-3/+3
|
* Update You.pyH Lohaus2024-04-071-1/+2
|
* Update You.pyH Lohaus2024-04-071-1/+1
|
* Update You.py (#1794)0.2.8.1AksLolCoding2024-04-071-1/+2
| | | fixed issue: https://github.com/xtekky/gpt4free/issues/1746
* Add local models to gui, Fix You Provider, add AsyncClientHeiner Lohaus2024-04-071-2/+6
|
* Move raise_for_status, Create FormData wrapperHeiner Lohaus2024-03-151-6/+4
|
* Add Pyinstaller support, Use curl_cffi in You providerHeiner Lohaus2024-03-151-30/+26
|
* Remove all not working provider (#1679)H Lohaus2024-03-121-25/+35
| | | | Fix many providers Add selenium-wire to requierments
* Fix HuggingChat and PerplexityLabs and add HuggingFace providerHeiner Lohaus2024-03-111-7/+34
| | | | | Add more models and image generation in You provider Use You as second default image provider
* Update some providersHeiner Lohaus2024-02-271-9/+10
| | | | | | | Improve read access_token in OpenaiChat Add IterProvider Add system message support in FlowGpt Filter none values in new Client
* 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