Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-09-24 | Resolved merge conflicts | kqlio67 | 1 | -80/+0 | |
2024-03-17 | Fix abort in webview | Heiner Lohaus | 1 | -1/+1 | |
2024-02-08 | Add Gemini Provider with image upload and generation | Heiner Lohaus | 1 | -0/+1 | |
2024-01-26 | Fix: ChromeDriver only supports characters in the BMP | Heiner Lohaus | 1 | -9/+3 | |
Add set_cookies helper, Show last used model | |||||
2024-01-26 | New minimum requirements (#1515)0.2.0.6 | H Lohaus | 1 | -4/+8 | |
* New minimum requirements * Add ConversationStyleOptionSets to Bing * Add image.ImageRequest * Improve python version support * Improve unittests | |||||
2024-01-10 | Add create images to Bing (#1426) | H Lohaus | 1 | -5/+8 | |
Add create images from Bing Add FreeChatgpt Provider Fix Bard Provider | |||||
2024-01-01 | Add support for all models | Heiner Lohaus | 1 | -2/+2 | |
Add AbstractProvider class Add ProviderType type Add get_last_provider function Add version module and VersionUtils Display used provider in gui Fix error response in api | |||||
2023-12-06 | Add selenium to dockerfile | Heiner Lohaus | 1 | -6/+10 | |
Load model and provider list in gui Remove needs_auth in HuggingChat Add default model and login url in gui | |||||
2023-12-02 | Add get_session_from_browser as cloudflare bypass | Heiner Lohaus | 1 | -1/+1 | |
2023-11-20 | Add webdriver module | Heiner Lohaus | 1 | -5/+6 | |
2023-11-19 | Add Response Handler to OpenaiChat | Heiner Lohaus | 1 | -26/+19 | |
Update Providers with WebDriver Add WebDriverSession helper Use native streaming in curl_cffi | |||||
2023-11-17 | Improve providers | Heiner Lohaus | 1 | -4/+3 | |
2023-11-17 | Remove virtualdisplay and add headless mode | Heiner Lohaus | 1 | -15/+5 | |
2023-11-16 | Update Bard.py | H Lohaus | 1 | -12/+7 | |
2023-11-16 | Fix Bard Provider | Heiner Lohaus | 1 | -71/+77 | |
2023-10-23 | 'Refactored by Sourcery' (#1125) | ⲘrṨhส∂ow | 1 | -7/+7 | |
Co-authored-by: Sourcery AI <> | |||||
2023-10-09 | Add Proxy Support and Create Provider to Readme | Heiner Lohaus | 1 | -8/+6 | |
Add proxy support to many providers | |||||
2023-10-04 | Sort providers in new dirs | Heiner Lohaus | 1 | -1/+1 | |
2023-09-20 | Cache "snlm0e" in Bard | Heiner Lohaus | 1 | -8/+9 | |
Improve error handling in ChatgptLogin Fix async example in readme | |||||
2023-09-17 | Revert "Fix type hint" | Tekky | 1 | -1/+1 | |
2023-09-16 | fix typo: provider -> Provider | MIDORIBIN | 1 | -1/+1 | |
2023-09-03 | type hints | msi-JunXiang | 1 | -1/+5 | |
Use `from __future__ import annotations avoid `dict` and `list` cause "TypeErro: 'type' object is not subscriptable". Refer to the following Stack Overflow discussions for more information: 1. https://stackoverflow.com/questions/75202610/typeerror-type-object-is-not-subscriptable-python 2. https://stackoverflow.com/questions/59101121/type-hint-for-a-dict-gives-typeerror-type-object-is-not-subscriptable | |||||
2023-08-28 | Add async support for H2o | Heiner Lohaus | 1 | -14/+11 | |
Add format_prompt helper Fix create_completion in AsyncGeneratorProvider Move get_cookies from constructor to function Add ow HuggingChat implement Remove need auth form Liabots Add staic cache for access_token in OpenaiChat Add OpenAssistant provider Support stream and async in You Support async and add userId in Yqcloud Add log_time module | |||||
2023-08-27 | ~ | code styling | abc | 1 | -3/+1 | |
2023-08-25 | Add OpenaiChat and Hugchat Provider | Heiner Lohaus | 1 | -19/+3 | |
Add tests for providers with auth Improve async support / 2x faster Shared get_cookies by domain function | |||||
2023-08-18 | Fix bard provider, add async support | Heiner Lohaus | 1 | -69/+67 | |
2023-08-14 | refactor: refactor provider | MIDORIBIN | 1 | -0/+110 | |