Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-11-13 | Fix Chatgpt4Online Provider | Heiner Lohaus | 1 | -3/+3 | |
2023-10-16 | ~ | remove non-working providers | abc | 1 | -1/+1 | |
2023-10-09 | Add proxy support to all providers | Heiner Lohaus | 1 | -3/+3 | |
2023-10-08 | Add Cromicle to provider list | Heiner Lohaus | 1 | -15/+15 | |
2023-10-04 | Update Cromicle.py | Hexye | 1 | -2/+2 | |
2023-10-04 | Create Cromicle.py | Hexye | 1 | -11/+10 | |
2023-09-05 | Add to many provider async and stream support, Fix Ails, AItianhu, ChatgptAi, ChatgptLogin Provider, Add fallback cookies to Bing, Improve OpenaiChat Provider | Heiner Lohaus | 1 | -23/+24 | |
2023-09-03 | type hints | msi-JunXiang | 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 | |||||
2023-08-27 | ~ | code styling | abc | 1 | -18/+18 | |
2023-08-24 | Improve provider list | Heiner Lohaus | 1 | -4/+4 | |
2023-08-22 | set encoding and temperature | zengrr | 1 | -3/+4 | |
2023-08-14 | refactor: refactor provider | MIDORIBIN | 1 | -0/+47 | |