Skip to content

Commit 9a83451

Browse files
committed
fix: remove accidentally committed bedrock model id
1 parent fe2fef4 commit 9a83451

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/pydantic_ai_examples/data_analyst.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ def get(self, ref: str) -> pd.DataFrame:
2626

2727

2828
analyst_agent = Agent(
29-
'bedrock:us.anthropic.claude-3-7-sonnet-20250219-v1:0',
30-
# 'openai:gpt-4o',
29+
'openai:gpt-4o',
3130
deps_type=AnalystAgentDeps,
3231
instructions='You are a data analyst and your job is to analyze the data according to the user request.',
3332
)

0 commit comments

Comments
 (0)