Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move some modules, create providers dir | Heiner Lohaus | 2024-02-22 | 1 | -62/+2 |
| | | | | | | Set min version for duckduckgo Make duckduckgo search async Remove get_lastet_version | ||||
* | Update provider and model list (#1568) | H Lohaus | 2024-02-09 | 1 | -95/+4 |
| | | | | Move bing.create_images and cookies helper Disable some providers | ||||
* | Fix key error in set_cookies | Heiner Lohaus | 2024-02-01 | 1 | -1/+1 |
| | |||||
* | Fix PerplexityLabs Provider, Improve bypass_cloudflare helper | Heiner Lohaus | 2024-01-27 | 1 | -4/+4 |
| | |||||
* | Fix: ChromeDriver only supports characters in the BMP | Heiner Lohaus | 2024-01-26 | 1 | -1/+7 |
| | | | | Add set_cookies helper, Show last used model | ||||
* | New minimum requirements (#1515)0.2.0.6 | H Lohaus | 2024-01-26 | 1 | -41/+27 |
| | | | | | | | * New minimum requirements * Add ConversationStyleOptionSets to Bing * Add image.ImageRequest * Improve python version support * Improve unittests | ||||
* | Add get_connector helper | Heiner Lohaus | 2024-01-24 | 1 | -2/+13 |
| | |||||
* | Remove deprecation in get_event_loop | Heiner Lohaus | 2024-01-14 | 1 | -4/+10 |
| | |||||
* | Fix unittests (#1472) | H Lohaus | 2024-01-14 | 1 | -10/+4 |
| | | | | | | | | | * Fix unittests * Fix missing distutils, install setuptools * Fix version not found * Remove deprecation in get_event_loop | ||||
* | Refactor code with AI | Heiner Lohaus | 2024-01-14 | 1 | -60/+83 |
| | | | | | | | Add doctypes to many functions Add file upload for text files Add alternative url to FreeChatgpt Add webp to allowed image types | ||||
* | Add support for all models | Heiner Lohaus | 2024-01-01 | 1 | -3/+3 |
| | | | | | | | | | 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 | ||||
* | Patch event loop on win, Check event loop closed | Heiner Lohaus | 2024-01-01 | 1 | -21/+17 |
| | |||||
* | Add selenium to dockerfile | Heiner Lohaus | 2023-12-06 | 1 | -2/+7 |
| | | | | | | Load model and provider list in gui Remove needs_auth in HuggingChat Add default model and login url in gui | ||||
* | Add webdriver module | Heiner Lohaus | 2023-11-20 | 1 | -83/+1 |
| | |||||
* | Add Response Handler to OpenaiChat | Heiner Lohaus | 2023-11-19 | 1 | -0/+52 |
| | | | | | | Update Providers with WebDriver Add WebDriverSession helper Use native streaming in curl_cffi | ||||
* | Add AiChatOnline, ChatgptDemoAi, ChatgptNext Providers | Heiner Lohaus | 2023-11-18 | 1 | -8/+18 |
| | | | | | | Add OnlineGpt and TalkAi Provider Add get_random_string and get_random_hex helper Remove funcaptcha package | ||||
* | Remove virtualdisplay and add headless mode | Heiner Lohaus | 2023-11-17 | 1 | -19/+3 |
| | |||||
* | Add Poe Provider, Update AItianhuSpace Porvider | Heiner Lohaus | 2023-11-17 | 1 | -5/+5 |
| | |||||
* | Update helper.py | H Lohaus | 2023-11-16 | 1 | -8/+8 |
| | |||||
* | Update helper.py | H Lohaus | 2023-11-16 | 1 | -0/+1 |
| | |||||
* | Update helper.py | H Lohaus | 2023-11-16 | 1 | -1/+6 |
| | |||||
* | Fix Phind and PerplexityAi - GPT-4 Providers | Heiner Lohaus | 2023-11-16 | 1 | -8/+49 |
| | | | | | | | Fix MyShell Provider Refactor Provider __init__ Add ChatAnywhere Provider Update models list | ||||
* | 'Refactored by Sourcery' (#1125) | ⲘrṨhส∂ow | 2023-10-23 | 1 | -12/+10 |
| | | | Co-authored-by: Sourcery AI <> | ||||
* | Debug logging support | Heiner Lohaus | 2023-10-22 | 1 | -8/+11 |
| | | | | Async browse access token | ||||
* | Improve get_cookies helper | Heiner Lohaus | 2023-10-22 | 1 | -9/+14 |
| | |||||
* | ~ | g4f `v-0.1.7.2` | abc | 2023-10-21 | 1 | -12/+44 |
| | | | | patch / unpatch providers | ||||
* | Some small fixes | Heiner Lohaus | 2023-10-10 | 1 | -2/+2 |
| | |||||
* | Improve code with ai | Heiner Lohaus | 2023-10-07 | 1 | -9/+16 |
| | |||||
* | Use custom user dir | Heiner Lohaus | 2023-10-04 | 1 | -18/+5 |
| | |||||
* | Add streaming in openai chat | Heiner Lohaus | 2023-10-03 | 1 | -1/+25 |
| | | | | Fetch access token with chromedriver | ||||
* | Fix: There is no current event loop in thread | Heiner Lohaus | 2023-10-02 | 1 | -1/+5 |
| | |||||
* | Change event loop policy on windows | Heiner Lohaus | 2023-10-01 | 1 | -2/+9 |
| | | | | Support more versions from curl_cffi | ||||
* | Update HuggingChat to new api | Heiner Lohaus | 2023-10-01 | 1 | -8/+2 |
| | | | | | | | | Impersonate Aivvm Provider Add ChatForAi and FreeGpt Provider Update AItianhuSpace Provider Improve StreamRequest Support Update get_event_loop Helper | ||||
* | Add ChatgptDuo and Aibn Provider | Heiner Lohaus | 2023-09-26 | 1 | -0/+54 |
Add support for "nest_asyncio", Reuse event_loops with event_loop_policy Support for "create_async" with synchron provider |