summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortony <tony@zuzuche.com>2023-09-20 05:00:19 +0200
committertony <tony@zuzuche.com>2023-09-20 05:00:19 +0200
commit7e2d51221d6e67754c8d1410561de8dce35a4cf1 (patch)
tree21380efddb13e9bd2e2254c152a55324d40ad601
parent~ | Merge pull request #917 from Jasonnor/patch-1 (diff)
downloadgpt4free-7e2d51221d6e67754c8d1410561de8dce35a4cf1.tar
gpt4free-7e2d51221d6e67754c8d1410561de8dce35a4cf1.tar.gz
gpt4free-7e2d51221d6e67754c8d1410561de8dce35a4cf1.tar.bz2
gpt4free-7e2d51221d6e67754c8d1410561de8dce35a4cf1.tar.lz
gpt4free-7e2d51221d6e67754c8d1410561de8dce35a4cf1.tar.xz
gpt4free-7e2d51221d6e67754c8d1410561de8dce35a4cf1.tar.zst
gpt4free-7e2d51221d6e67754c8d1410561de8dce35a4cf1.zip
-rw-r--r--g4f/models.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/g4f/models.py b/g4f/models.py
index 9b01fa3c..5c1a429b 100644
--- a/g4f/models.py
+++ b/g4f/models.py
@@ -127,6 +127,10 @@ gpt_35_turbo_16k = Model(
base_provider = 'openai',
best_provider = Vercel)
+gpt_35_turbo_0613 = Model(
+ name = 'openai:gpt-3.5-turbo-0613',
+ base_provider = 'openai')
+
gpt_35_turbo_16k_0613 = Model(
name = 'openai:gpt-3.5-turbo-16k-0613',
base_provider = 'openai')
@@ -215,4 +219,5 @@ class ModelUtils:
'oasst-sft-4-pythia-12b-epoch-3.5' : oasst_sft_4_pythia_12b_epoch_35,
'command-light-nightly' : command_light_nightly,
'gpt-3.5-turbo-16k-0613' : gpt_35_turbo_16k_0613,
+ 'gpt-3.5-turbo-0613' : gpt_35_turbo_0613,
} \ No newline at end of file