changed fallback model to 3.5-turbo-16k

This commit is contained in:
OriAshkenazi
2023-07-05 13:18:12 +03:00
parent 8fd315d264
commit a55265ddb4

View File

@@ -151,4 +151,4 @@ def fallback_model(model: str) -> str:
"to gpt-3.5-turbo. Sign up for the GPT-4 wait list here: " "to gpt-3.5-turbo. Sign up for the GPT-4 wait list here: "
"https://openai.com/waitlist/gpt-4-api\n" "https://openai.com/waitlist/gpt-4-api\n"
) )
return "gpt-3.5-turbo" return "gpt-3.5-turbo-16k"