We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb7ffbb commit 42c763eCopy full SHA for 42c763e
pai-pydantic/retry.py
@@ -23,7 +23,7 @@ def validate_dob(cls, v: date) -> date:
23
24
25
agent = Agent(
26
- 'openai:gpt-4o',
+ 'openai:gpt-4.1',
27
output_type=Person,
28
instructions='Extract information about the person',
29
)
pai-pydantic/simple.py
@@ -15,7 +15,7 @@ class Person(BaseModel):
15
16
17
18
19
20
21
0 commit comments