summaryrefslogtreecommitdiffstats
path: root/g4f/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'g4f/models.py')
-rw-r--r--g4f/models.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/g4f/models.py b/g4f/models.py
index 07259eca..798b4684 100644
--- a/g4f/models.py
+++ b/g4f/models.py
@@ -11,6 +11,7 @@ from .Provider import (
ChatgptAi,
GptChatly,
Liaobots,
+ ChatgptX,
Yqcloud,
GeekGpt,
Myshell,
@@ -69,9 +70,9 @@ gpt_35_long = Model(
gpt_35_turbo = Model(
name = 'gpt-3.5-turbo',
base_provider = 'openai',
- best_provider = RetryProvider([
- Aichat, ChatgptDemo, AiAsk, ChatForAi, GPTalk,
- GptGo, You, GptForLove, ChatBase
+ best_provider=RetryProvider([
+ ChatgptX, ChatgptDemo, GptGo, You,
+ NoowAi, GPTalk, GptForLove, Phind, ChatBase
])
)