Add AiChatOnline, ChatgptDemoAi, ChatgptNext Providers

Add OnlineGpt and TalkAi Provider
Add get_random_string and get_random_hex helper
Remove funcaptcha package
This commit is contained in:
Heiner Lohaus 2023-11-18 04:38:31 +01:00
parent e4caf1d0ca
commit cadc507fad
202 changed files with 455 additions and 29104 deletions

View file

@ -14,6 +14,12 @@ models = {
"maxLength": 24000,
"tokenLimit": 8000,
},
"gpt-4-0613": {
"id": "gpt-4-0613",
"name": "GPT-4",
"maxLength": 32000,
"tokenLimit": 8000,
},
"gpt-3.5-turbo": {
"id": "gpt-3.5-turbo",
"name": "GPT-3.5",