Skip to content

Commit

Permalink
Removed non-existing model name!
Browse files Browse the repository at this point in the history
  • Loading branch information
ATheorell committed Apr 27, 2024
1 parent 2a5546b commit 01fa4db
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-turbo",
model_name="gpt-4-0314",
temperature=0.1,
azure_endpoint=None,
streaming=True,
Expand Down

0 comments on commit 01fa4db

Please sign in to comment.