From 980aee9398a567ed50c3d21ed0414a156d53a006 Mon Sep 17 00:00:00 2001 From: tony Date: Wed, 20 Sep 2023 11:17:49 +0800 Subject: add model config : gpt_35_turbo_0613 --- g4f/models.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'g4f/models.py') 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, -- cgit v1.2.3