summaryrefslogtreecommitdiffstats
path: root/g4f/models.py
diff options
context:
space:
mode:
authorTekky <98614666+xtekky@users.noreply.github.com>2023-10-05 20:02:06 +0200
committerGitHub <noreply@github.com>2023-10-05 20:02:06 +0200
commit6dc250274096334778b5158f44e26cbc6a4266b6 (patch)
tree76240685a9dcc320535cf0ffb3a5b931b2a14b72 /g4f/models.py
parentAdd AiAsk, Chatgpt4Online, ChatgptDemo (diff)
parent~ | Merge pull request #984 from HexyeDEV/patch-2 (diff)
downloadgpt4free-6dc250274096334778b5158f44e26cbc6a4266b6.tar
gpt4free-6dc250274096334778b5158f44e26cbc6a4266b6.tar.gz
gpt4free-6dc250274096334778b5158f44e26cbc6a4266b6.tar.bz2
gpt4free-6dc250274096334778b5158f44e26cbc6a4266b6.tar.lz
gpt4free-6dc250274096334778b5158f44e26cbc6a4266b6.tar.xz
gpt4free-6dc250274096334778b5158f44e26cbc6a4266b6.tar.zst
gpt4free-6dc250274096334778b5158f44e26cbc6a4266b6.zip
Diffstat (limited to 'g4f/models.py')
-rw-r--r--g4f/models.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/g4f/models.py b/g4f/models.py
index 48c19f9b..6dd18a92 100644
--- a/g4f/models.py
+++ b/g4f/models.py
@@ -26,6 +26,7 @@ from .Provider import (
Bing,
You,
H2o,
+ Cromicle,
)
@dataclass(unsafe_hash=True)
@@ -61,7 +62,7 @@ gpt_35_turbo = Model(
name = 'gpt-3.5-turbo',
base_provider = 'openai',
best_provider = RetryProvider([
- Aibn, Aichat, Aivvm, ChatForAi, ChatgptAi, ChatgptLogin, DeepAi, FreeGpt, GptGo, Myshell, Ylokh,
+ DeepAi, ChatgptLogin, ChatgptAi, Aivvm, GptGo, AItianhu, Aichat, AItianhuSpace, Myshell, Aibn, ChatForAi, FreeGpt, Ylokh, Cromicle
])
)