Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit73e7843

Browse files
authored
Fix Anthropic model used in LiteLLM example (#2047)
1 parentaa524e9 commit73e7843

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)

[8]ページ先頭

©2009-2025 Movatter.jp