Skip to content

Commit e1f3a6a

Browse files
committed
Use up to date model
1 parent 18cb55e commit e1f3a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/model_providers/litellm_auto.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ async def main():
2222
name="Assistant",
2323
instructions="You only respond in haikus.",
2424
# We prefix with litellm/ to tell the Runner to use the LitellmModel
25-
model="litellm/anthropic/claude-3-5-sonnet-20240620",
25+
model="litellm/anthropic/claude-sonnet-4-5-20250929",
2626
tools=[get_weather],
2727
)
2828

0 commit comments

Comments
 (0)