From e1f3a6a3c573050b0ac001fa21109ddb491871bf Mon Sep 17 00:00:00 2001 From: Mohamed Amri Date: Wed, 5 Nov 2025 17:18:52 +0400 Subject: [PATCH] Use up to date model --- examples/model_providers/litellm_auto.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/model_providers/litellm_auto.py b/examples/model_providers/litellm_auto.py index 12b1e8914..e1726b6fa 100644 --- a/examples/model_providers/litellm_auto.py +++ b/examples/model_providers/litellm_auto.py @@ -22,7 +22,7 @@ async def main(): name="Assistant", instructions="You only respond in haikus.", # We prefix with litellm/ to tell the Runner to use the LitellmModel - model="litellm/anthropic/claude-3-5-sonnet-20240620", + model="litellm/anthropic/claude-sonnet-4-5-20250929", tools=[get_weather], )