mirror of
https://github.com/aljazceru/gpt-engineer.git
synced 2025-12-17 20:55:09 +01:00
changed fallback model to 3.5-turbo-16k
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user