diff options
Diffstat (limited to 'g4f/models.py')
-rw-r--r-- | g4f/models.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g4f/models.py b/g4f/models.py index eaf81cf7..a91a3df4 100644 --- a/g4f/models.py +++ b/g4f/models.py @@ -228,6 +228,7 @@ class ModelUtils: convert: dict[str, Model] = { # gpt-3.5 'gpt-3.5-turbo' : gpt_35_turbo, + 'gpt-3.5-turbo-0613' : gpt_35_turbo_0613, 'gpt-3.5-turbo-16k' : gpt_35_turbo_16k, 'gpt-3.5-turbo-16k-0613' : gpt_35_turbo_16k_0613, |