summaryrefslogtreecommitdiffstats
path: root/g4f/models.py
diff options
context:
space:
mode:
authorTekky <98614666+xtekky@users.noreply.github.com>2023-10-14 15:36:47 +0200
committerGitHub <noreply@github.com>2023-10-14 15:36:47 +0200
commit8bdbb9e9cda7901c3bfc23de2f9f44b3f2e3d1e5 (patch)
tree5f205c79c060098f056a9e1460b872696de5871c /g4f/models.py
parentMerge branch 'main' of https://github.com/xtekky/gpt4free (diff)
parentFix Opchatgpts and ChatForAi Provider (diff)
downloadgpt4free-8bdbb9e9cda7901c3bfc23de2f9f44b3f2e3d1e5.tar
gpt4free-8bdbb9e9cda7901c3bfc23de2f9f44b3f2e3d1e5.tar.gz
gpt4free-8bdbb9e9cda7901c3bfc23de2f9f44b3f2e3d1e5.tar.bz2
gpt4free-8bdbb9e9cda7901c3bfc23de2f9f44b3f2e3d1e5.tar.lz
gpt4free-8bdbb9e9cda7901c3bfc23de2f9f44b3f2e3d1e5.tar.xz
gpt4free-8bdbb9e9cda7901c3bfc23de2f9f44b3f2e3d1e5.tar.zst
gpt4free-8bdbb9e9cda7901c3bfc23de2f9f44b3f2e3d1e5.zip
Diffstat (limited to 'g4f/models.py')
-rw-r--r--g4f/models.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/g4f/models.py b/g4f/models.py
index a0f4c429..c2d9b89b 100644
--- a/g4f/models.py
+++ b/g4f/models.py
@@ -7,8 +7,10 @@ from .Provider import (
ChatgptLogin,
ChatgptDemo,
ChatgptDuo,
- Vitalentum,
+ GptForLove,
+ Opchatgpts,
ChatgptAi,
+ GptChatly,
AItianhu,
Liaobots,
Yqcloud,
@@ -17,7 +19,6 @@ from .Provider import (
Vercel,
Aichat,
GPTalk,
- GptGod,
AiAsk,
GptGo,
Ylokh,
@@ -50,9 +51,8 @@ gpt_35_long = Model(
name = 'gpt-3.5-turbo',
base_provider = 'openai',
best_provider = RetryProvider([
- AiAsk, Aibn, Aichat, ChatgptAi, ChatgptDemo, ChatgptDuo,
- FreeGpt, GptGo, Liaobots, Myshell, Vitalentum, Ylokh, You, Yqcloud,
- GPTalk, GptGod
+ AiAsk, Aichat, ChatgptDemo, FreeGpt, GptGo, Liaobots, You,
+ GPTalk, ChatgptLogin, GptChatly, GptForLove, Opchatgpts,
])
)