summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortony <tony@zuzuche.com>2023-09-20 05:17:49 +0200
committertony <tony@zuzuche.com>2023-09-20 05:17:49 +0200
commit980aee9398a567ed50c3d21ed0414a156d53a006 (patch)
treed90a8363cda96e85a9726280150c94e42f114b2c
parentadd model config : gpt_35_turbo_0613 (diff)
downloadgpt4free-980aee9398a567ed50c3d21ed0414a156d53a006.tar
gpt4free-980aee9398a567ed50c3d21ed0414a156d53a006.tar.gz
gpt4free-980aee9398a567ed50c3d21ed0414a156d53a006.tar.bz2
gpt4free-980aee9398a567ed50c3d21ed0414a156d53a006.tar.lz
gpt4free-980aee9398a567ed50c3d21ed0414a156d53a006.tar.xz
gpt4free-980aee9398a567ed50c3d21ed0414a156d53a006.tar.zst
gpt4free-980aee9398a567ed50c3d21ed0414a156d53a006.zip
-rw-r--r--g4f/models.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/g4f/models.py b/g4f/models.py
index 703ae598..3b5825ff 100644
--- a/g4f/models.py
+++ b/g4f/models.py
@@ -134,8 +134,7 @@ gpt_35_turbo_0613 = Model(
name='openai:gpt-3.5-turbo-0613',
base_provider='openai',
best_provider=[
- Yqcloud, Aivvm,ChatgptLogin
- ])
+ Yqcloud, Aivvm,ChatgptLogin])
gpt_35_turbo_16k_0613 = Model(
name='openai:gpt-3.5-turbo-16k-0613',
@@ -208,7 +207,7 @@ class ModelUtils:
'command-nightly': command_nightly,
'gpt-neox-20b': gpt_neox_20b,
'santacoder': santacoder,
- 'bloom': bloom,ChatgptLogin
+ 'bloom': bloom,
'flan-t5-xxl': flan_t5_xxl,
'code-davinci-002': code_davinci_002,
'gpt-3.5-turbo-16k': gpt_35_turbo_16k,