Skip to content

Commit

Permalink
Merge pull request #1132 from ATheorell/main
Browse files Browse the repository at this point in the history
reverting to turbo
  • Loading branch information
ATheorell authored Apr 27, 2024
2 parents c85ba07 + 53aa2ca commit 589f879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpt_engineer/core/ai.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class AI:

def __init__(
self,
model_name="gpt-4-0314",
model_name="gpt-4-turbo",
temperature=0.1,
azure_endpoint=None,
streaming=True,
Expand Down

0 comments on commit 589f879

Please sign in to comment.