Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support synthesize in Openai generator (#2394)HEAD0.3.5.5main | H Lohaus | 16 hours | 1 | -1/+5 |
| | | | | | | | | | | | * Improve download of generated images, serve images in the api * Add support for conversation handling in the api * Add orginal prompt to image response * Add download images option in gui, fix loading model list in Airforce * Support speech synthesize in Openai generator | ||||
* | Improve download of generated images, serve images in the api (#2391)0.3.5.4 | H Lohaus | 25 hours | 4 | -149/+183 |
| | | | | | | | | | | * Improve download of generated images, serve images in the api Add support for conversation handling in the api * Add orginal prompt to image response * Add download images option in gui, fix loading model list in Airforce * Add download images option in gui, fix loading model list in Airforce | ||||
* | Fix missing provider_handler in client | Heiner Lohaus | 42 hours | 1 | -1/+3 |
| | |||||
* | Add show log option to gui | Heiner Lohaus | 2 days | 1 | -5/+4 |
| | |||||
* | Merge pull request #2367 from hlohaus/data-uri0.3.4.3 | H Lohaus | 4 days | 1 | -2/+1 |
|\ | | | | | Add full nodriver support to OpenaiChat | ||||
| * | Add full nodriver support to OpenaiChat | Heiner Lohaus | 4 days | 1 | -3/+2 |
| | | | | | | | | Move small docker images before old images | ||||
* | | Refactor Image Processing and Error Handling in g4f Client Module | kqlio67 | 4 days | 1 | -39/+34 |
|/ | |||||
* | Fix api streaming, fix AsyncClient (#2357)0.3.4.0 | H Lohaus | 5 days | 6 | -574/+551 |
| | | | | | | | | | | * 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 | ||||
* | refactor(g4f/client/client.py): Simplify AsyncClient methods | kqlio67 | 8 days | 1 | -21/+14 |
| | |||||
* | Update (docs/ README.md g4f/client/client.py) | kqlio67 | 10 days | 1 | -7/+21 |
| | |||||
* | Update (g4f/client/) | kqlio67 | 13 days | 2 | -40/+1 |
| | |||||
* | The prefix function has been removed | kqlio67 | 2024-10-30 | 1 | -9/+8 |
| | |||||
* | feat(g4f/client/client.py): integrate ModelUtils for model retrieval | kqlio67 | 2024-10-30 | 1 | -8/+9 |
| | |||||
* | feat(g4f/client/async_client.py): refactor for async client implementation | kqlio67 | 2024-10-30 | 2 | -1/+40 |
| | |||||
* | Merge pull request #2304 from kqlio67/main0.3.3.3 | Tekky | 2024-10-30 | 1 | -0/+1 |
|\ | | | | | Add new provider, enhance functionality, and update docs | ||||
| * | Update (docs/async_client.md docs/client.md docs/interference-api.md g4f/client/client.py) | kqlio67 | 2024-10-29 | 1 | -26/+5 |
| | | |||||
| * | feat(g4f/client/client.py): add system prompt support | kqlio67 | 2024-10-25 | 1 | -4/+26 |
| | | |||||
* | | re-include`AsyncClient` for backwards compatibility, with deprecationwarning. Use `Client` instead | Tekky | 2024-10-30 | 2 | -1/+24 |
|/ | |||||
* | feat(g4f/client/async_client.py, g4f/client/async_client.py): enhance async and sync handling in client | kqlio67 | 2024-10-15 | 3 | -472/+335 |
| | |||||
* | feat(g4f/client/async_client.py): improve async generator handling and logging | kqlio67 | 2024-10-02 | 1 | -56/+95 |
| | |||||
* | feat(g4f/client/async_client.py): enhance image generation and logging | kqlio67 | 2024-09-26 | 1 | -167/+192 |
| | |||||
* | Restored old version(g4f/client/async_client.py) | kqlio67 | 2024-09-25 | 1 | -160/+162 |
| | |||||
* | feat(g4f/client/async_client.py): enhance image and chat response handling | kqlio67 | 2024-09-25 | 1 | -162/+160 |
| | |||||
* | refactor(image-models): replace providers with ModelUtils | kqlio67 | 2024-09-06 | 1 | -11/+8 |
| | |||||
* | feat(images): add async support and logging, enhance image handling | kqlio67 | 2024-09-06 | 1 | -41/+170 |
| | |||||
* | Add streaming and conversation support to gemini | Heiner Lohaus | 2024-05-21 | 2 | -0/+8 |
| | |||||
* | Merge pull request #1984 from hlohaus/leech0.3.1.8 | H Lohaus | 2024-05-20 | 1 | -1/+2 |
|\ | | | | | Add some options to messages in gui, saves generated images local | ||||
| * | Add some options to messages in gui, saves generated images local | Heiner Lohaus | 2024-05-20 | 1 | -1/+2 |
| | | |||||
* | | Update client.py | H Lohaus | 2024-05-19 | 1 | -2/+5 |
| | | |||||
* | | Update async_client.py | H Lohaus | 2024-05-19 | 1 | -2/+3 |
|/ | |||||
* | Improve Liabots provider, Add image api support | Heiner Lohaus | 2024-05-18 | 3 | -23/+96 |
| | |||||
* | Improve compatibility of openai-node (#1966) | 碧舞すみほ | 2024-05-17 | 1 | -0/+2 |
| | | | | | | | * improve compatibility of openai-node * improve compatibility with OpenAI's models api * allow image upload | ||||
* | Update chatgpt url, uvloop support | Heiner Lohaus | 2024-05-15 | 1 | -6/+5 |
| | |||||
* | Add MetaAI Provider and some small improvments | Heiner Lohaus | 2024-04-20 | 1 | -0/+1 |
| | |||||
* | Add missed comma | mm3b | 2024-04-14 | 1 | -2/+2 |
| | |||||
* | add more models | abc | 2024-04-13 | 1 | -1/+2 |
| | | | | mixtral 8x22b | ||||
* | update default gpt-3.5-turbo models | abc | 2024-04-12 | 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. | ||||
* | Add unittests for async client (#1830)0.2.9.5 | H Lohaus | 2024-04-12 | 1 | -0/+7 |
| | | | | | | | * Add unittests for async client * Add pollyfill for anext * Update integration tests | ||||
* | Add nodriver to OpenaiChat | Heiner Lohaus | 2024-04-07 | 2 | -2/+4 |
| | |||||
* | Add local models to gui, Fix You Provider, add AsyncClient | Heiner Lohaus | 2024-04-07 | 7 | -61/+371 |
| | |||||
* | Update async.py | H Lohaus | 2024-04-06 | 1 | -23/+44 |
| | |||||
* | Update image_models.py | H Lohaus | 2024-04-06 | 1 | -0/+6 |
| | |||||
* | Update async.py | H Lohaus | 2024-04-06 | 1 | -4/+0 |
| | |||||
* | Create image_models.py | H Lohaus | 2024-04-06 | 1 | -0/+11 |
| | |||||
* | Update async.py | H Lohaus | 2024-04-06 | 1 | -16/+4 |
| | |||||
* | Update async.py | H Lohaus | 2024-04-06 | 1 | -8/+2 |
| | |||||
* | Update types.py | H Lohaus | 2024-04-06 | 1 | -3/+12 |
| | |||||
* | Update async.py | H Lohaus | 2024-04-06 | 1 | -18/+4 |
| | |||||
* | Update helper.py | H Lohaus | 2024-04-06 | 1 | -1/+18 |
| | |||||
* | Update async.py | H Lohaus | 2024-04-06 | 1 | -30/+18 |
| | |||||
* | Update types.py | H Lohaus | 2024-04-06 | 1 | -1/+16 |
| | |||||
* | Update stubs.py | H Lohaus | 2024-04-06 | 1 | -1/+106 |
| | |||||
* | Delete g4f/client/typing.py | H Lohaus | 2024-04-06 | 1 | -5/+0 |
| | |||||
* | Create types.py | H Lohaus | 2024-04-06 | 1 | -0/+5 |
| | |||||
* | Update typing.py | H Lohaus | 2024-04-06 | 1 | -0/+1 |
| | |||||
* | Update client | H Lohaus | 2024-04-06 | 1 | -0/+16 |
| | |||||
* | Update async.py | H Lohaus | 2024-04-06 | 1 | -15/+1 |
| | |||||
* | Update client | H Lohaus | 2024-04-06 | 1 | -0/+1 |
| | |||||
* | Update client | H Lohaus | 2024-04-06 | 1 | -0/+4 |
| | |||||
* | Update client | H Lohaus | 2024-04-06 | 1 | -0/+239 |
| | |||||
* | Update __init__.py | H Lohaus | 2024-04-06 | 1 | -1/+0 |
| | |||||
* | Update g4f | H Lohaus | 2024-04-06 | 1 | -0/+1 |