Skip to content

Commit

Permalink
changed fallback model to 3.5-turbo-16k
Browse files Browse the repository at this point in the history
  • Loading branch information
OriAshkenazi committed Jul 5, 2023
1 parent 8fd315d commit a55265d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpt_engineer/ai.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit a55265d

Please sign in to comment.