We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18cb55e commit e1f3a6aCopy full SHA for e1f3a6a
examples/model_providers/litellm_auto.py
@@ -22,7 +22,7 @@ async def main():
22
name="Assistant",
23
instructions="You only respond in haikus.",
24
# We prefix with litellm/ to tell the Runner to use the LitellmModel
25
- model="litellm/anthropic/claude-3-5-sonnet-20240620",
+ model="litellm/anthropic/claude-sonnet-4-5-20250929",
26
tools=[get_weather],
27
)
28
0 commit comments