summaryrefslogtreecommitdiffstats
path: root/etc/unittest/client.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix api streaming, fix AsyncClient (#2357)0.3.4.0H Lohaus7 days1-13/+63
| | | | | | | | | | * 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(etc/unittest): update async client test structurekqlio672024-10-151-18/+20
|
* Fix unittests, use Union typingHeiner Lohaus2024-02-231-3/+5
|
* Move some modules, create providers dirHeiner Lohaus2024-02-221-1/+1
| | | | | | Set min version for duckduckgo Make duckduckgo search async Remove get_lastet_version
* Add unitests for the clientHeiner Lohaus2024-02-141-0/+54
Fix: async generator ignored GeneratorExit Fix: ResourceWarning: unclosed event loop