summaryrefslogtreecommitdiffstats
path: root/g4f/client.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-04-06Add Groq and Openai interfaces, Add integration testsHeiner Lohaus1-1/+4
2024-03-12Remove all not working provider (#1679)H Lohaus1-0/+6
Fix many providers Add selenium-wire to requierments
2024-03-11Fix HuggingChat and PerplexityLabs and add HuggingFace providerHeiner Lohaus1-19/+35
Add more models and image generation in You provider Use You as second default image provider
2024-02-27Update some providersHeiner Lohaus1-8/+16
Improve read access_token in OpenaiChat Add IterProvider Add system message support in FlowGpt Filter none values in new Client
2024-02-26Add support for message history and system message in OpenaiChatHeiner Lohaus1-1/+1
Add fetch access_token and fix cookie usage in OpenaiChat Fix save created access_token in cookies in OpenaiChat Add use_auth_header config in GeminiPro
2024-02-23Fix isssue with stop in clientHeiner Lohaus1-4/+1
2024-02-23Add GeminiPro API providerHeiner Lohaus1-8/+15
Set min version for undetected-chromedriver Add api_key to the new client
2024-02-23Fix unittests, use Union typingHeiner Lohaus1-2/+2
2024-02-23Use new client in inter apiHeiner Lohaus1-13/+24
2024-02-22Move some modules, create providers dirHeiner Lohaus1-7/+10
Set min version for duckduckgo Make duckduckgo search async Remove get_lastet_version
2024-02-14Add unitests for the clientHeiner Lohaus1-116/+35
Fix: async generator ignored GeneratorExit Fix: ResourceWarning: unclosed event loop
2024-02-12Add variant exampleHeiner Lohaus1-5/+11
2024-02-12Add new Client API with DocsHeiner Lohaus1-0/+267
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.