Gpt-3.5-0125 Option (#1282)

This commit is contained in:
Yuhong Sun 2024-03-31 21:58:00 -07:00 committed by GitHub
parent a4869b727d
commit 5b8cdd4eee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -174,8 +174,9 @@ def build_final_template_prompt(
Putting here for now, since we have no other flows which use this."""
GPT_4_MODEL_VERSIONS = [
"gpt-4-1106-preview",
"gpt-4",
"gpt-4-turbo-preview",
"gpt-4-1106-preview",
"gpt-4-32k",
"gpt-4-0613",
"gpt-4-32k-0613",
@ -183,8 +184,9 @@ GPT_4_MODEL_VERSIONS = [
"gpt-4-32k-0314",
]
GPT_3_5_TURBO_MODEL_VERSIONS = [
"gpt-3.5-turbo-1106",
"gpt-3.5-turbo",
"gpt-3.5-turbo-0125",
"gpt-3.5-turbo-1106",
"gpt-3.5-turbo-16k",
"gpt-3.5-turbo-0613",
"gpt-3.5-turbo-16k-0613",