diff options
author | abc <98614666+xtekky@users.noreply.github.com> | 2023-10-10 23:04:42 +0200 |
---|---|---|
committer | abc <98614666+xtekky@users.noreply.github.com> | 2023-10-10 23:04:42 +0200 |
commit | c9c573a6e6721e84fd29ddbcd1911466db82aad0 (patch) | |
tree | 3e71751cef7efddae37d84ac48122900027dc9b8 /g4f/models.py | |
parent | ~ (diff) | |
download | gpt4free-c9c573a6e6721e84fd29ddbcd1911466db82aad0.tar gpt4free-c9c573a6e6721e84fd29ddbcd1911466db82aad0.tar.gz gpt4free-c9c573a6e6721e84fd29ddbcd1911466db82aad0.tar.bz2 gpt4free-c9c573a6e6721e84fd29ddbcd1911466db82aad0.tar.lz gpt4free-c9c573a6e6721e84fd29ddbcd1911466db82aad0.tar.xz gpt4free-c9c573a6e6721e84fd29ddbcd1911466db82aad0.tar.zst gpt4free-c9c573a6e6721e84fd29ddbcd1911466db82aad0.zip |
Diffstat (limited to '')
-rw-r--r-- | g4f/models.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/g4f/models.py b/g4f/models.py index 9be8f459..08fe36b0 100644 --- a/g4f/models.py +++ b/g4f/models.py @@ -16,7 +16,6 @@ from .Provider import ( Myshell, FreeGpt, Vercel, - DeepAi, Aichat, GPTalk, GptGod, @@ -45,7 +44,7 @@ default = Model( Yqcloud, # Answers short questions in chinese ChatBase, # Don't want to answer creatively ChatgptDuo, # Include search results - Aibn, Aichat, ChatgptAi, ChatgptLogin, DeepAi, FreeGpt, GptGo, Myshell, Ylokh, + Aibn, Aichat, ChatgptAi, ChatgptLogin, FreeGpt, GptGo, Myshell, Ylokh, ]) ) @@ -65,7 +64,7 @@ gpt_35_turbo = Model( name = 'gpt-3.5-turbo', base_provider = 'openai', best_provider = RetryProvider([ - DeepAi, Aivvm, ChatgptLogin, ChatgptAi, GptGo, AItianhu, Aichat, AItianhuSpace, Myshell, Aibn, FreeGpt, Ylokh + Aivvm, ChatgptLogin, ChatgptAi, GptGo, AItianhu, Aichat, AItianhuSpace, Myshell, Aibn, FreeGpt, Ylokh ]) ) |