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