Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ~ | | abc | 2023-11-20 | 1 | -4/+3 |
| | | | | trying to improve compability with python versions < 3.8 | ||||
* | Add AiChatOnline, ChatgptDemoAi, ChatgptNext Providers | Heiner Lohaus | 2023-11-18 | 1 | -2/+1 |
| | | | | | | Add OnlineGpt and TalkAi Provider Add get_random_string and get_random_hex helper Remove funcaptcha package | ||||
* | 'Refactored by Sourcery' (#1125) | ⲘrṨhส∂ow | 2023-10-23 | 1 | -18/+18 |
| | | | Co-authored-by: Sourcery AI <> | ||||
* | ~ | g4f `v-0.1.7.2` | abc | 2023-10-21 | 1 | -4/+3 |
| | | | | patch / unpatch providers | ||||
* | ~ | remove non-working providers | abc | 2023-10-16 | 1 | -17/+34 |
| | |||||
* | Add proxy support to all providers | Heiner Lohaus | 2023-10-09 | 1 | -4/+4 |
| | |||||
* | Add AiAsk, Chatgpt4Online, ChatgptDemo | Heiner Lohaus | 2023-10-05 | 1 | -3/+14 |
| | | | | | | and ChatgptX Provider Fix Bing, Liaobots and ChatgptAi Provider Add "gpt_35_long" model and custom timeout | ||||
* | Sort providers in new dirs | Heiner Lohaus | 2023-10-04 | 1 | -0/+2 |
| | |||||
* | Fix: There is no current event loop in thread | Heiner Lohaus | 2023-10-02 | 1 | -11/+25 |
| | |||||
* | Add GptGo Provider, Fix AItianhu Provider | Heiner Lohaus | 2023-09-18 | 1 | -41/+18 |
| | |||||
* | Revert "Fix type hint" | Tekky | 2023-09-17 | 1 | -1/+1 |
| | |||||
* | fix typo: provider -> Provider | MIDORIBIN | 2023-09-16 | 1 | -1/+1 |
| | |||||
* | 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 | -28/+48 |
| | |||||
* | ~ | Merge pull request #876 from Lin-jun-xiang/join_messages | Tekky | 2023-09-05 | 1 | -4/+2 |
|\ | | | | | ~ | Following PEP8, use `.join()` to process `messages` | ||||
| * | Join the messages | hs_junxiang | 2023-09-04 | 1 | -4/+2 |
| | | | | | | | | | | A better approach is to use the `.join()` method of strings, which reduces string concatenation operations and improves performance. Additionally, using formatted strings (f-strings) makes the code cleaner and more readable. | ||||
* | | type hints | msi-JunXiang | 2023-09-03 | 1 | -0/+2 |
|/ | | | | | | | | | | 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 | ||||
* | ~ | code styling | abc | 2023-08-27 | 1 | -3/+2 |
| | |||||
* | Improve provider list | Heiner Lohaus | 2023-08-24 | 1 | -1/+1 |
| | |||||
* | refactor: refactor provider | MIDORIBIN | 2023-08-14 | 1 | -0/+54 |