Skip to content

Commit 9e04a9b

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

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-
# Make sure to set CO_API_KEY token. Or Change the model and token based on relevant provider
37-
MODEL = 'cohere:command-r7b-12-2024'
36+
MODEL = 'openai:gpt-4.1-mini'
3837

3938

4039
# Structured Outputs

0 commit comments

Comments
 (0)