~ | gpt-3.5-turbo-0613

This commit is contained in:
abc 2023-10-06 19:53:17 +01:00
parent 6ad9dab4ce
commit d862dbf85f

View File

@ -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,