Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
10 days | Fix api streaming, fix AsyncClient (#2357)0.3.4.0 | H Lohaus | 1 | -541/+0 | |
* Fix api streaming, fix AsyncClient, Improve Client class, Some providers fixes, Update models list, Fix some tests, Update model list in Airforce provid er, Add OpenAi image generation url to api, Fix reload and debug in api arguments, Fix websearch in gui * Fix Cloadflare and Pi and AmigoChat provider * Fix conversation support in DDG provider, Add cloudflare bypass with nodriver * Fix unittests without curl_cffi | |||||
13 days | refactor(g4f/client/client.py): Simplify AsyncClient methods | kqlio67 | 1 | -21/+14 | |
14 days | Update (docs/ README.md g4f/client/client.py) | kqlio67 | 1 | -7/+21 | |
2024-10-30 | The prefix function has been removed | kqlio67 | 1 | -9/+8 | |
2024-10-30 | feat(g4f/client/client.py): integrate ModelUtils for model retrieval | kqlio67 | 1 | -8/+9 | |
2024-10-30 | re-include`AsyncClient` for backwards compatibility, with deprecationwarning. Use `Client` instead | Tekky | 1 | -0/+23 | |
2024-10-29 | Update (docs/async_client.md docs/client.md docs/interference-api.md g4f/client/client.py) | kqlio67 | 1 | -26/+5 | |
2024-10-25 | feat(g4f/client/client.py): add system prompt support | kqlio67 | 1 | -4/+26 | |
2024-10-15 | feat(g4f/client/async_client.py, g4f/client/async_client.py): enhance async and sync handling in client | kqlio67 | 1 | -132/+335 | |
2024-09-06 | feat(images): add async support and logging, enhance image handling | kqlio67 | 1 | -41/+170 | |
2024-05-21 | Add streaming and conversation support to gemini | Heiner Lohaus | 1 | -0/+4 | |
2024-05-19 | Update client.py | H Lohaus | 1 | -2/+5 | |
2024-04-12 | update default gpt-3.5-turbo models | abc | 1 | -0/+1 | |
by default, only OpenAI was enabled, more models enable for more flexibility. new provider `Koala` added, to watch out as it could be unstable. | |||||
2024-04-07 | Add nodriver to OpenaiChat | Heiner Lohaus | 1 | -1/+2 | |
2024-04-07 | Add local models to gui, Fix You Provider, add AsyncClient | Heiner Lohaus | 1 | -94/+20 | |
2024-04-06 | Add Groq and Openai interfaces, Add integration tests | Heiner Lohaus | 1 | -1/+4 | |
2024-03-12 | Remove all not working provider (#1679) | H Lohaus | 1 | -0/+6 | |
Fix many providers Add selenium-wire to requierments | |||||
2024-03-11 | Fix HuggingChat and PerplexityLabs and add HuggingFace provider | Heiner Lohaus | 1 | -19/+35 | |
Add more models and image generation in You provider Use You as second default image provider | |||||
2024-02-27 | Update some providers | Heiner Lohaus | 1 | -8/+16 | |
Improve read access_token in OpenaiChat Add IterProvider Add system message support in FlowGpt Filter none values in new Client | |||||
2024-02-26 | Add support for message history and system message in OpenaiChat | Heiner Lohaus | 1 | -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-23 | Fix isssue with stop in client | Heiner Lohaus | 1 | -4/+1 | |
2024-02-23 | Add GeminiPro API provider | Heiner Lohaus | 1 | -8/+15 | |
Set min version for undetected-chromedriver Add api_key to the new client | |||||
2024-02-23 | Fix unittests, use Union typing | Heiner Lohaus | 1 | -2/+2 | |
2024-02-23 | Use new client in inter api | Heiner Lohaus | 1 | -13/+24 | |
2024-02-22 | Move some modules, create providers dir | Heiner Lohaus | 1 | -7/+10 | |
Set min version for duckduckgo Make duckduckgo search async Remove get_lastet_version | |||||
2024-02-14 | Add unitests for the client | Heiner Lohaus | 1 | -116/+35 | |
Fix: async generator ignored GeneratorExit Fix: ResourceWarning: unclosed event loop | |||||
2024-02-12 | Add variant example | Heiner Lohaus | 1 | -5/+11 | |
2024-02-12 | Add new Client API with Docs | Heiner Lohaus | 1 | -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. |