Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add auto support params method | Heiner Lohaus | 2023-11-20 | 1 | -14/+0 |
| | |||||
* | Add AiChatOnline, ChatgptDemoAi, ChatgptNext Providers | Heiner Lohaus | 2023-11-18 | 1 | -0/+6 |
| | | | | | | Add OnlineGpt and TalkAi Provider Add get_random_string and get_random_hex helper Remove funcaptcha package | ||||
* | Update Liaobots.py | H Lohaus | 2023-11-16 | 1 | -1/+1 |
| | |||||
* | Update config supports_message_history | Heiner Lohaus | 2023-10-27 | 1 | -0/+1 |
| | |||||
* | 'Refactored by Sourcery' (#1125) | ⲘrṨhส∂ow | 2023-10-23 | 1 | -1/+1 |
| | | | Co-authored-by: Sourcery AI <> | ||||
* | Fix MyShell Provider | Heiner Lohaus | 2023-10-22 | 1 | -1/+1 |
| | |||||
* | ~ | g4f `v-0.1.7.2` | abc | 2023-10-21 | 1 | -1/+1 |
| | | | | patch / unpatch providers | ||||
* | Add proxy support to all providers | Heiner Lohaus | 2023-10-09 | 1 | -3/+3 |
| | |||||
* | Add GptGod Provider | Heiner Lohaus | 2023-10-07 | 1 | -3/+2 |
| | | | | | Remove timeout from aiohttp providers Disable Opchatgpts and ChatgptLogin provider | ||||
* | Fix timeout in create_async | Heiner Lohaus | 2023-10-06 | 1 | -3/+2 |
| | |||||
* | Add AiAsk, Chatgpt4Online, ChatgptDemo | Heiner Lohaus | 2023-10-05 | 1 | -8/+27 |
| | | | | | | and ChatgptX Provider Fix Bing, Liaobots and ChatgptAi Provider Add "gpt_35_long" model and custom timeout | ||||
* | Add Myshell Provider | Heiner Lohaus | 2023-09-25 | 1 | -2/+0 |
| | | | | Remove auto proxy prefix | ||||
* | Revert "Fix type hint" | Tekky | 2023-09-17 | 1 | -1/+1 |
| | |||||
* | fix typo: provider -> Provider | MIDORIBIN | 2023-09-16 | 1 | -1/+1 |
| | |||||
* | Disable not working providers: | Heiner Lohaus | 2023-09-12 | 1 | -1/+1 |
| | | | | | | EasyChat, Equing, GetGpt, Liaobots and Wuguokai No and random best provider for a model Update providers in Readme | ||||
* | Add to many provider async and stream support, Fix Ails, AItianhu, ChatgptAi, ChatgptLogin Provider, Add fallback cookies to Bing, Improve OpenaiChat Provider | Heiner Lohaus | 2023-09-05 | 1 | -9/+9 |
| | |||||
* | type hints | msi-JunXiang | 2023-09-03 | 1 | -1/+4 |
| | | | | | | | | | | 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 | ||||
* | Set working=True in Liaobots, Fix bing provider, Update readme | Heiner Lohaus | 2023-09-01 | 1 | -0/+1 |
| | |||||
* | Add async support for H2o | Heiner Lohaus | 2023-08-28 | 1 | -47/+66 |
| | | | | | | | | | | | | | 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 | ||||
* | ~ | code styling | abc | 2023-08-27 | 1 | -28/+23 |
| | |||||
* | refactor: refactor provider | MIDORIBIN | 2023-08-14 | 1 | -0/+73 |