summaryrefslogtreecommitdiffstats
path: root/g4f/client/client.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update (docs/ README.md g4f/client/client.py)kqlio6711 days1-7/+21
|
* The prefix function has been removedkqlio672024-10-301-9/+8
|
* feat(g4f/client/client.py): integrate ModelUtils for model retrievalkqlio672024-10-301-8/+9
|
* Merge pull request #2304 from kqlio67/main0.3.3.3Tekky2024-10-301-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)kqlio672024-10-291-26/+5
| |
| * feat(g4f/client/client.py): add system prompt supportkqlio672024-10-251-4/+26
| |
* | re-include`AsyncClient` for backwards compatibility, with deprecationwarning. Use `Client` insteadTekky2024-10-301-0/+23
|/
* feat(g4f/client/async_client.py, g4f/client/async_client.py): enhance async and sync handling in clientkqlio672024-10-151-132/+335
|
* feat(images): add async support and logging, enhance image handlingkqlio672024-09-061-41/+170
|
* Add streaming and conversation support to geminiHeiner Lohaus2024-05-211-0/+4
|
* Update client.pyH Lohaus2024-05-191-2/+5
|
* update default gpt-3.5-turbo modelsabc2024-04-121-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 nodriver to OpenaiChatHeiner Lohaus2024-04-071-1/+2
|
* Add local models to gui, Fix You Provider, add AsyncClientHeiner Lohaus2024-04-071-0/+169