summaryrefslogtreecommitdiffstats
path: root/g4f/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'g4f/models.py')
-rw-r--r--g4f/models.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/g4f/models.py b/g4f/models.py
index 3561891b..c2d9b89b 100644
--- a/g4f/models.py
+++ b/g4f/models.py
@@ -12,7 +12,6 @@ from .Provider import (
ChatgptAi,
GptChatly,
AItianhu,
- ChatBase,
Liaobots,
Yqcloud,
Myshell,
@@ -42,7 +41,6 @@ default = Model(
best_provider = RetryProvider([
Bing, # Not fully GPT 3 or 4
Yqcloud, # Answers short questions in chinese
- ChatBase, # Don't want to answer creatively
ChatgptDuo, # Include search results
Aibn, Aichat, ChatgptAi, ChatgptLogin, FreeGpt, GptGo, Myshell, Ylokh,
])