Skip to content

Commit 42c763e

Browse files
committed
uprev model
1 parent fb7ffbb commit 42c763e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pai-pydantic/retry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def validate_dob(cls, v: date) -> date:
2323

2424

2525
agent = Agent(
26-
'openai:gpt-4o',
26+
'openai:gpt-4.1',
2727
output_type=Person,
2828
instructions='Extract information about the person',
2929
)

pai-pydantic/simple.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Person(BaseModel):
1515

1616

1717
agent = Agent(
18-
'openai:gpt-4o',
18+
'openai:gpt-4.1',
1919
output_type=Person,
2020
instructions='Extract information about the person',
2121
)

0 commit comments

Comments
 (0)