mirror of
https://github.com/xtekky/gpt4free.git
synced 2026-01-06 01:02:13 -08:00
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:
parent
e4caf1d0ca
commit
cadc507fad
202 changed files with 455 additions and 29104 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue