summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHexye <65314629+HexyeDEV@users.noreply.github.com>2023-10-04 22:59:09 +0200
committerGitHub <noreply@github.com>2023-10-04 22:59:09 +0200
commit307767147003fe8559aff0f95cf781dfac77ae5e (patch)
tree15003e5861b90ad50c5f04e5a6f612c4a8c2a039
parent~ | g4f v-0.1.4.8 - Fixed `g4f.Provider.Bing` (diff)
downloadgpt4free-307767147003fe8559aff0f95cf781dfac77ae5e.tar
gpt4free-307767147003fe8559aff0f95cf781dfac77ae5e.tar.gz
gpt4free-307767147003fe8559aff0f95cf781dfac77ae5e.tar.bz2
gpt4free-307767147003fe8559aff0f95cf781dfac77ae5e.tar.lz
gpt4free-307767147003fe8559aff0f95cf781dfac77ae5e.tar.xz
gpt4free-307767147003fe8559aff0f95cf781dfac77ae5e.tar.zst
gpt4free-307767147003fe8559aff0f95cf781dfac77ae5e.zip
-rw-r--r--g4f/models.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/g4f/models.py b/g4f/models.py
index 4a6c9faf..07a9b423 100644
--- a/g4f/models.py
+++ b/g4f/models.py
@@ -25,6 +25,7 @@ from .Provider import (
Aibn,
Bing,
H2o,
+ Cromicle,
)
@dataclass(unsafe_hash=True)
@@ -54,7 +55,7 @@ gpt_35_turbo = Model(
name = 'gpt-3.5-turbo',
base_provider = 'openai',
best_provider = RetryProvider([
- DeepAi, ChatgptLogin, ChatgptAi, Aivvm, GptGo, AItianhu, Aichat, AItianhuSpace, Myshell, Aibn, ChatForAi, FreeGpt, Ylokh,
+ DeepAi, ChatgptLogin, ChatgptAi, Aivvm, GptGo, AItianhu, Aichat, AItianhuSpace, Myshell, Aibn, ChatForAi, FreeGpt, Ylokh, Cromicle
])
)