summaryrefslogtreecommitdiffstats
path: root/g4f/models.py
diff options
context:
space:
mode:
authorabc <98614666+xtekky@users.noreply.github.com>2023-10-14 15:36:24 +0200
committerabc <98614666+xtekky@users.noreply.github.com>2023-10-14 15:36:24 +0200
commit1f8293250e5fd4a76997d5b6d37711bf184d4905 (patch)
treeb064fe6f8c46583f3390e6784b47e53a6f17eb08 /g4f/models.py
parentg4f `v-0.1.6.3` (diff)
downloadgpt4free-1f8293250e5fd4a76997d5b6d37711bf184d4905.tar
gpt4free-1f8293250e5fd4a76997d5b6d37711bf184d4905.tar.gz
gpt4free-1f8293250e5fd4a76997d5b6d37711bf184d4905.tar.bz2
gpt4free-1f8293250e5fd4a76997d5b6d37711bf184d4905.tar.lz
gpt4free-1f8293250e5fd4a76997d5b6d37711bf184d4905.tar.xz
gpt4free-1f8293250e5fd4a76997d5b6d37711bf184d4905.tar.zst
gpt4free-1f8293250e5fd4a76997d5b6d37711bf184d4905.zip
Diffstat (limited to '')
-rw-r--r--g4f/models.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/g4f/models.py b/g4f/models.py
index 73e7e481..a0f4c429 100644
--- a/g4f/models.py
+++ b/g4f/models.py
@@ -10,7 +10,6 @@ from .Provider import (
Vitalentum,
ChatgptAi,
AItianhu,
- ChatBase,
Liaobots,
Yqcloud,
Myshell,
@@ -41,7 +40,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,
])