summaryrefslogtreecommitdiffstats
path: root/g4f/client.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove all not working provider (#1679)H Lohaus2024-03-121-0/+6
| | | | Fix many providers Add selenium-wire to requierments
* Fix HuggingChat and PerplexityLabs and add HuggingFace providerHeiner Lohaus2024-03-111-19/+35
| | | | | Add more models and image generation in You provider Use You as second default image provider
* Update some providersHeiner Lohaus2024-02-271-8/+16
| | | | | | | Improve read access_token in OpenaiChat Add IterProvider Add system message support in FlowGpt Filter none values in new Client
* Add support for message history and system message in OpenaiChatHeiner Lohaus2024-02-261-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
* Fix isssue with stop in clientHeiner Lohaus2024-02-231-4/+1
|
* Add GeminiPro API providerHeiner Lohaus2024-02-231-8/+15
| | | | | Set min version for undetected-chromedriver Add api_key to the new client
* Fix unittests, use Union typingHeiner Lohaus2024-02-231-2/+2
|
* Use new client in inter apiHeiner Lohaus2024-02-231-13/+24
|
* Move some modules, create providers dirHeiner Lohaus2024-02-221-7/+10
| | | | | | Set min version for duckduckgo Make duckduckgo search async Remove get_lastet_version
* Add unitests for the clientHeiner Lohaus2024-02-141-116/+35
| | | | | Fix: async generator ignored GeneratorExit Fix: ResourceWarning: unclosed event loop
* Add variant exampleHeiner Lohaus2024-02-121-5/+11
|
* Add new Client API with DocsHeiner Lohaus2024-02-121-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.