summaryrefslogtreecommitdiffstats
path: root/etc/unittest (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update unittestsHeiner Lohaus3 days4-29/+19
|
* Update (etc/unittest/backend.py)kqlio674 days1-1/+1
|
* Fix api streaming, fix AsyncClient (#2357)0.3.4.0H Lohaus5 days3-35/+76
| | | | | | | | | | * 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
* Update asyncio.pyH Lohaus5 days1-2/+2
|
* refactor(etc/unittest): update async client test structurekqlio672024-10-153-76/+22
|
* Refactor async tests for chat completions (etc/unittest/async_client.py)kqlio672024-09-261-3/+3
|
* .abc2024-06-111-8/+1
|
* Fix Bing Provider, Add Account Support for Meta AIHeiner Lohaus2024-04-211-1/+1
| | | | Use default headers in OpenaiChat
* Disable Bing integration testHeiner Lohaus2024-04-201-0/+1
|
* Update integration.pyH Lohaus2024-04-191-0/+1
|
* Update integration.py0.2.9.7H Lohaus2024-04-121-1/+0
|
* Add unittests for async client (#1830)0.2.9.5H Lohaus2024-04-123-1/+66
| | | | | | | * Add unittests for async client * Add pollyfill for anext * Update integration tests
* Add Installation Guide for WindowsHeiner Lohaus2024-04-061-2/+2
| | | | Improve Contributors list in Readme
* Fix unittestsHeiner Lohaus2024-04-062-2/+11
|
* Add Groq and Openai interfaces, Add integration testsHeiner Lohaus2024-04-062-0/+26
|
* Fix unit test with missing requirementsHeiner Lohaus2024-03-121-2/+5
|
* Fix unittests, use Union typingHeiner Lohaus2024-02-231-3/+5
|
* Update client docs, Enable some testsHeiner Lohaus2024-02-221-15/+17
|
* Move some modules, create providers dirHeiner Lohaus2024-02-225-13/+25
| | | | | | Set min version for duckduckgo Make duckduckgo search async Remove get_lastet_version
* Add unitests for the clientHeiner Lohaus2024-02-143-7/+76
| | | | | Fix: async generator ignored GeneratorExit Fix: ResourceWarning: unclosed event loop
* Improve readme / unittestsHeiner Lohaus2024-01-292-16/+27
|
* Fix: ChromeDriver only supports characters in the BMPHeiner Lohaus2024-01-261-3/+2
| | | | Add set_cookies helper, Show last used model
* New minimum requirements (#1515)0.2.0.6H Lohaus2024-01-262-2/+18
| | | | | | | * New minimum requirements * Add ConversationStyleOptionSets to Bing * Add image.ImageRequest * Improve python version support * Improve unittests
* Fix: Model sometimes not converted #1507Heiner Lohaus2024-01-234-6/+40
|
* First checkout repoHeiner Lohaus2024-01-211-3/+3
|
* Improve testsHeiner Lohaus2024-01-216-58/+157
|
* Improve asserts in unittestsHeiner Lohaus2024-01-201-4/+5
|
* Fix unittests (#1472)H Lohaus2024-01-141-0/+1
| | | | | | | | | * Fix unittests * Fix missing distutils, install setuptools * Fix version not found * Remove deprecation in get_event_loop
* Change doctypes style to GoogleHeiner Lohaus2024-01-141-0/+73
Fix typo in latest_version Fix Phind Provider Add unittest worklow and main tests