summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/You.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-05-21Fix image vision in You.com providerHeiner Lohaus1-4/+8
2024-05-17Fix You.com model selectionHeiner Lohaus1-5/+6
2024-05-15Add needs auth to provierds, Add PerplexityApi providerHeiner Lohaus1-10/+3
Add proxy support to nodriver
2024-05-15gpt-4o (beta)abc1-5/+15
2024-05-04Update You.pyHydra5661-0/+6
Added new models from the provider
2024-04-22Add vision models to readmeHeiner Lohaus1-7/+15
2024-04-21Add image model listHeiner Lohaus1-6/+13
2024-04-21Add MissingRequirementsError to YouHeiner Lohaus1-1/+5
2024-04-21Fix Bing Provider, Add Account Support for Meta AIHeiner Lohaus1-2/+5
Use default headers in OpenaiChat
2024-04-18Add Ecosia Provider, Add OpenaiAccount aliasHeiner Lohaus1-1/+0
Use AsyncClient in API, add web_search parameter in API Improve error messages in Openai
2024-04-14stytch auth udpdate for providerabc1-3/+5
2024-04-11Fix You.com ProviderHeiner Lohaus1-1/+3
2024-04-10Some small fixesHeiner Lohaus1-2/+0
2024-04-10Add OpenRouter and DeepInfraImage Provider (#1814)0.2.9.2H Lohaus1-4/+7
2024-04-07Update You.pyH Lohaus1-16/+1
2024-04-07Update You.pyH Lohaus1-1/+1
2024-04-07Update You.pyH Lohaus1-3/+3
2024-04-07Update You.pyH Lohaus1-1/+2
2024-04-07Update You.pyH Lohaus1-1/+1
2024-04-07Update You.py (#1794)0.2.8.1AksLolCoding1-1/+2
fixed issue: https://github.com/xtekky/gpt4free/issues/1746
2024-04-07Add local models to gui, Fix You Provider, add AsyncClientHeiner Lohaus1-2/+6
2024-03-15Move raise_for_status, Create FormData wrapperHeiner Lohaus1-6/+4
2024-03-15Add Pyinstaller support, Use curl_cffi in You providerHeiner Lohaus1-30/+26
2024-03-12Remove all not working provider (#1679)H Lohaus1-25/+35
Fix many providers Add selenium-wire to requierments
2024-03-11Fix HuggingChat and PerplexityLabs and add HuggingFace providerHeiner Lohaus1-7/+34
Add more models and image generation in You provider Use You as second default image provider
2024-02-27Update some providersHeiner Lohaus1-9/+10
Improve read access_token in OpenaiChat Add IterProvider Add system message support in FlowGpt Filter none values in new Client
2024-02-22Move some modules, create providers dirHeiner Lohaus1-2/+2
Set min version for duckduckgo Make duckduckgo search async Remove get_lastet_version
2024-02-12Add new Client API with DocsHeiner Lohaus1-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.
2024-02-11Fix select chat mode, fix auth value in YouHeiner Lohaus1-3/+3
2024-02-11Add upload image support in YouHeiner Lohaus1-50/+105
2024-02-11Add GPT 4 support in You, Add camera input, Enable logging on debug in GUI, Don't load expired cookiesHeiner Lohaus1-3/+63
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