mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-17 09:25:50 +00:00
~ | gpt-3.5-turbo-0613
This commit is contained in:
parent
6ad9dab4ce
commit
d862dbf85f
@ -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,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user