Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add local models to gui, Fix You Provider, add AsyncClient | Heiner Lohaus | 2024-04-07 | 1 | -243/+0 |
| | |||||
* | Add Groq and Openai interfaces, Add integration tests | Heiner Lohaus | 2024-04-06 | 1 | -1/+4 |
| | |||||
* | Remove all not working provider (#1679) | H Lohaus | 2024-03-12 | 1 | -0/+6 |
| | | | | Fix many providers Add selenium-wire to requierments | ||||
* | Fix HuggingChat and PerplexityLabs and add HuggingFace provider | Heiner Lohaus | 2024-03-11 | 1 | -19/+35 |
| | | | | | Add more models and image generation in You provider Use You as second default image provider | ||||
* | Update some providers | Heiner Lohaus | 2024-02-27 | 1 | -8/+16 |
| | | | | | | | Improve read access_token in OpenaiChat Add IterProvider Add system message support in FlowGpt Filter none values in new Client | ||||
* | Add support for message history and system message in OpenaiChat | Heiner Lohaus | 2024-02-26 | 1 | -1/+1 |
| | | | | | | Add fetch access_token and fix cookie usage in OpenaiChat Fix save created access_token in cookies in OpenaiChat Add use_auth_header config in GeminiPro | ||||
* | Fix isssue with stop in client | Heiner Lohaus | 2024-02-23 | 1 | -4/+1 |
| | |||||
* | Add GeminiPro API provider | Heiner Lohaus | 2024-02-23 | 1 | -8/+15 |
| | | | | | Set min version for undetected-chromedriver Add api_key to the new client | ||||
* | Fix unittests, use Union typing | Heiner Lohaus | 2024-02-23 | 1 | -2/+2 |
| | |||||
* | Use new client in inter api | Heiner Lohaus | 2024-02-23 | 1 | -13/+24 |
| | |||||
* | Move some modules, create providers dir | Heiner Lohaus | 2024-02-22 | 1 | -7/+10 |
| | | | | | | Set min version for duckduckgo Make duckduckgo search async Remove get_lastet_version | ||||
* | Add unitests for the client | Heiner Lohaus | 2024-02-14 | 1 | -116/+35 |
| | | | | | Fix: async generator ignored GeneratorExit Fix: ResourceWarning: unclosed event loop | ||||
* | Add variant example | Heiner Lohaus | 2024-02-12 | 1 | -5/+11 |
| | |||||
* | Add new Client API with Docs | Heiner Lohaus | 2024-02-12 | 1 | -0/+267 |
Use object urls for the preview of image uploads. Fix upload images in You provider Fix create image. It's now a single image. Improve system message for create images. |