diff options
author | abc <98614666+xtekky@users.noreply.github.com> | 2023-10-14 15:36:24 +0200 |
---|---|---|
committer | abc <98614666+xtekky@users.noreply.github.com> | 2023-10-14 15:36:24 +0200 |
commit | 1f8293250e5fd4a76997d5b6d37711bf184d4905 (patch) | |
tree | b064fe6f8c46583f3390e6784b47e53a6f17eb08 /g4f/models.py | |
parent | g4f `v-0.1.6.3` (diff) | |
download | gpt4free-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 'g4f/models.py')
-rw-r--r-- | g4f/models.py | 2 |
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, ]) |