Skip to content

Commit 73e7843

Browse files
authored
Fix Anthropic model used in LiteLLM example (#2047)
1 parent aa524e9 commit 73e7843

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
@@ -32,7 +32,7 @@ async def main():
3232
name="Assistant",
3333
instructions="You only respond in haikus.",
3434
# We prefix with litellm/ to tell the Runner to use the LitellmModel
35-
model="litellm/anthropic/claude-3-5-sonnet-20240620",
35+
model="litellm/anthropic/claude-sonnet-4-5-20250929",
3636
tools=[get_weather],
3737
model_settings=ModelSettings(tool_choice="required"),
3838
output_type=Result,

0 commit comments

Comments
 (0)