summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortony <tony@zuzuche.com>2023-09-20 05:09:06 +0200
committertony <tony@zuzuche.com>2023-09-20 05:09:06 +0200
commit4772b830d1a665df8c709cc3de22325d65ae93f6 (patch)
tree16c2b60facc216da2166e4c66ce8027f2cc608b0
parentadd model config : gpt_35_turbo_0613 (diff)
downloadgpt4free-4772b830d1a665df8c709cc3de22325d65ae93f6.tar
gpt4free-4772b830d1a665df8c709cc3de22325d65ae93f6.tar.gz
gpt4free-4772b830d1a665df8c709cc3de22325d65ae93f6.tar.bz2
gpt4free-4772b830d1a665df8c709cc3de22325d65ae93f6.tar.lz
gpt4free-4772b830d1a665df8c709cc3de22325d65ae93f6.tar.xz
gpt4free-4772b830d1a665df8c709cc3de22325d65ae93f6.tar.zst
gpt4free-4772b830d1a665df8c709cc3de22325d65ae93f6.zip
-rw-r--r--g4f/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/models.py b/g4f/models.py
index caa7e264..1afc941b 100644
--- a/g4f/models.py
+++ b/g4f/models.py
@@ -132,7 +132,7 @@ gpt_35_turbo_0613 = Model(
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',