Skip to content

Commit

Permalink
reverting to turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
ATheorell committed Apr 27, 2024
1 parent 01fa4db commit 53aa2ca
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 53aa2ca

Please sign in to comment.