Skip to content

Commit 4889e1c

Browse files
GDaamnDouweM
andauthored
update docs
Co-authored-by: Douwe Maan <[email protected]>
1 parent 9c1812c commit 4889e1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/models/openai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ When the `openai_previous_response_id` field is set to `'auto'`, Pydantic AI wil
174174
from pydantic_ai import Agent
175175
from pydantic_ai.models.openai import OpenAIResponsesModel, OpenAIResponsesModelSettings
176176

177-
model = OpenAIResponsesModel('gpt-4o')
177+
model = OpenAIResponsesModel('gpt-5')
178178
agent = Agent(model=model)
179179

180180
result1 = agent.run_sync('Tell me a joke.')

0 commit comments

Comments
 (0)