Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-09-26 | Refactor async tests for chat completions (etc/unittest/async_client.py) | kqlio67 | 1 | -3/+3 | |
2024-04-12 | Add unittests for async client (#1830)0.2.9.5 | H Lohaus | 1 | -19/+19 | |
* Add unittests for async client * Add pollyfill for anext * Update integration tests | |||||
2024-02-23 | Fix unittests, use Union typing | Heiner Lohaus | 1 | -3/+5 | |
2024-02-22 | Move some modules, create providers dir | Heiner Lohaus | 1 | -1/+1 | |
Set min version for duckduckgo Make duckduckgo search async Remove get_lastet_version | |||||
2024-02-14 | Add unitests for the client | Heiner Lohaus | 1 | -0/+54 | |
Fix: async generator ignored GeneratorExit Fix: ResourceWarning: unclosed event loop |