mirror of
https://github.com/aljazceru/gpt-engineer.git
synced 2025-12-17 12:45:26 +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: "
|
||||
"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