summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortony <tony@zuzuche.com>2023-09-20 05:08:11 +0200
committertony <tony@zuzuche.com>2023-09-20 05:08:11 +0200
commit8b5e0fd2619772c5147e517850f18b6659aa0ab7 (patch)
treeca8112c01a64de6a53932dd1e9d28772431648ae
parentadd model config : gpt_35_turbo_0613 (diff)
downloadgpt4free-8b5e0fd2619772c5147e517850f18b6659aa0ab7.tar
gpt4free-8b5e0fd2619772c5147e517850f18b6659aa0ab7.tar.gz
gpt4free-8b5e0fd2619772c5147e517850f18b6659aa0ab7.tar.bz2
gpt4free-8b5e0fd2619772c5147e517850f18b6659aa0ab7.tar.lz
gpt4free-8b5e0fd2619772c5147e517850f18b6659aa0ab7.tar.xz
gpt4free-8b5e0fd2619772c5147e517850f18b6659aa0ab7.tar.zst
gpt4free-8b5e0fd2619772c5147e517850f18b6659aa0ab7.zip
-rw-r--r--g4f/models.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/g4f/models.py b/g4f/models.py
index 5c1a429b..caa7e264 100644
--- a/g4f/models.py
+++ b/g4f/models.py
@@ -129,7 +129,10 @@ gpt_35_turbo_16k = Model(
gpt_35_turbo_0613 = Model(
name = 'openai:gpt-3.5-turbo-0613',
- base_provider = 'openai')
+ base_provider = 'openai',
+ best_provider = [
+ DeepAi, CodeLinkAva, ChatgptLogin, ChatgptAi, ChatBase, Aivvm
+ ]
gpt_35_turbo_16k_0613 = Model(
name = 'openai:gpt-3.5-turbo-16k-0613',