From 477ca5c0f61bb07df8d9d33df03174bdbb65364b Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 23 Jul 2025 07:11:26 -0700 Subject: [PATCH] test_proxy_all_models --- tests/test_openai_endpoints.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_openai_endpoints.py b/tests/test_openai_endpoints.py index 16b9838d80..0b5f1a9433 100644 --- a/tests/test_openai_endpoints.py +++ b/tests/test_openai_endpoints.py @@ -570,7 +570,7 @@ async def test_proxy_all_models(): await chat_completion( session=session, key=LITELLM_MASTER_KEY, - model="anthropic/claude-3-sonnet-20240229", + model="anthropic/claude-3-5-sonnet-latest", )