Skip to content

Commit

Permalink
Merge pull request #1131 from ATheorell/main
Browse files Browse the repository at this point in the history
Removed non-existing model name!
  • Loading branch information
ATheorell committed Apr 27, 2024
2 parents 2a5546b + 01fa4db commit c85ba07
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 c85ba07

Please sign in to comment.