Skip to content

Commit

Permalink
Update openai example to use gpt-4o (#817)
Browse files Browse the repository at this point in the history
  • Loading branch information
collindutter authored Jun 3, 2024
1 parent 9f19f60 commit 81ec3b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/griptape-framework/drivers/prompt-drivers.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ agent = Agent(
prompt_driver=OpenAiChatPromptDriver(
api_key=os.environ["OPENAI_API_KEY"],
temperature=0.1,
model="gpt-3.5-turbo",
model="gpt-4o",
response_format="json_object",
seed=42,
)
Expand Down

0 comments on commit 81ec3b6

Please sign in to comment.