From 1f8293250e5fd4a76997d5b6d37711bf184d4905 Mon Sep 17 00:00:00 2001 From: abc <98614666+xtekky@users.noreply.github.com> Date: Sat, 14 Oct 2023 14:36:24 +0100 Subject: ~ fix chatbase (bad) and remove from auto selection --- g4f/models.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'g4f/models.py') 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, ]) -- cgit v1.2.3