Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update unittests | Heiner Lohaus | 3 days | 4 | -29/+19 |
| | |||||
* | Update (etc/unittest/backend.py) | kqlio67 | 4 days | 1 | -1/+1 |
| | |||||
* | Fix api streaming, fix AsyncClient (#2357)0.3.4.0 | H Lohaus | 5 days | 3 | -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.py | H Lohaus | 5 days | 1 | -2/+2 |
| | |||||
* | refactor(etc/unittest): update async client test structure | kqlio67 | 2024-10-15 | 3 | -76/+22 |
| | |||||
* | Refactor async tests for chat completions (etc/unittest/async_client.py) | kqlio67 | 2024-09-26 | 1 | -3/+3 |
| | |||||
* | . | abc | 2024-06-11 | 1 | -8/+1 |
| | |||||
* | Fix Bing Provider, Add Account Support for Meta AI | Heiner Lohaus | 2024-04-21 | 1 | -1/+1 |
| | | | | Use default headers in OpenaiChat | ||||
* | Disable Bing integration test | Heiner Lohaus | 2024-04-20 | 1 | -0/+1 |
| | |||||
* | Update integration.py | H Lohaus | 2024-04-19 | 1 | -0/+1 |
| | |||||
* | Update integration.py0.2.9.7 | H Lohaus | 2024-04-12 | 1 | -1/+0 |
| | |||||
* | Add unittests for async client (#1830)0.2.9.5 | H Lohaus | 2024-04-12 | 3 | -1/+66 |
| | | | | | | | * Add unittests for async client * Add pollyfill for anext * Update integration tests | ||||
* | Add Installation Guide for Windows | Heiner Lohaus | 2024-04-06 | 1 | -2/+2 |
| | | | | Improve Contributors list in Readme | ||||
* | Fix unittests | Heiner Lohaus | 2024-04-06 | 2 | -2/+11 |
| | |||||
* | Add Groq and Openai interfaces, Add integration tests | Heiner Lohaus | 2024-04-06 | 2 | -0/+26 |
| | |||||
* | Fix unit test with missing requirements | Heiner Lohaus | 2024-03-12 | 1 | -2/+5 |
| | |||||
* | Fix unittests, use Union typing | Heiner Lohaus | 2024-02-23 | 1 | -3/+5 |
| | |||||
* | Update client docs, Enable some tests | Heiner Lohaus | 2024-02-22 | 1 | -15/+17 |
| | |||||
* | Move some modules, create providers dir | Heiner Lohaus | 2024-02-22 | 5 | -13/+25 |
| | | | | | | Set min version for duckduckgo Make duckduckgo search async Remove get_lastet_version | ||||
* | Add unitests for the client | Heiner Lohaus | 2024-02-14 | 3 | -7/+76 |
| | | | | | Fix: async generator ignored GeneratorExit Fix: ResourceWarning: unclosed event loop | ||||
* | Improve readme / unittests | Heiner Lohaus | 2024-01-29 | 2 | -16/+27 |
| | |||||
* | Fix: ChromeDriver only supports characters in the BMP | Heiner Lohaus | 2024-01-26 | 1 | -3/+2 |
| | | | | Add set_cookies helper, Show last used model | ||||
* | New minimum requirements (#1515)0.2.0.6 | H Lohaus | 2024-01-26 | 2 | -2/+18 |
| | | | | | | | * New minimum requirements * Add ConversationStyleOptionSets to Bing * Add image.ImageRequest * Improve python version support * Improve unittests | ||||
* | Fix: Model sometimes not converted #1507 | Heiner Lohaus | 2024-01-23 | 4 | -6/+40 |
| | |||||
* | First checkout repo | Heiner Lohaus | 2024-01-21 | 1 | -3/+3 |
| | |||||
* | Improve tests | Heiner Lohaus | 2024-01-21 | 6 | -58/+157 |
| | |||||
* | Improve asserts in unittests | Heiner Lohaus | 2024-01-20 | 1 | -4/+5 |
| | |||||
* | Fix unittests (#1472) | H Lohaus | 2024-01-14 | 1 | -0/+1 |
| | | | | | | | | | * Fix unittests * Fix missing distutils, install setuptools * Fix version not found * Remove deprecation in get_event_loop | ||||
* | Change doctypes style to Google | Heiner Lohaus | 2024-01-14 | 1 | -0/+73 |
Fix typo in latest_version Fix Phind Provider Add unittest worklow and main tests |