Skip to content

Commit 9bbb598

Browse files
committed
fix(example): use openai:gpt-4o-mini to avoid CI failure due to missing CO_API_KEY
1 parent 9408649 commit 9bbb598

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/pydantic_ai_examples/medical_agent_delegation.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@
3333

3434
from pydantic_ai import Agent, ModelHTTPError, RunContext
3535

36-
# MODEL = 'openai:gpt-4.1-mini'
37-
MODEL = 'cohere:command-r7b-12-2024'
36+
MODEL = 'openai:gpt-4.1-mini'
3837

3938

4039
# Structured Outputs

0 commit comments

Comments
 (0)