From 84261f3ac8fc17a95cf8862e51dc4bb13e97b36e Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Tue, 15 Jul 2025 21:35:12 -0700 Subject: [PATCH] test_create_delete_assistants --- tests/local_testing/test_assistants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/local_testing/test_assistants.py b/tests/local_testing/test_assistants.py index c626e5b685..5dac7074d0 100644 --- a/tests/local_testing/test_assistants.py +++ b/tests/local_testing/test_assistants.py @@ -77,7 +77,7 @@ async def test_create_delete_assistants(provider, sync_mode): litellm._turn_on_debug() data = { "custom_llm_provider": provider, - "model": "gpt-4.5-preview", + "model": "gpt-4.1", "instructions": "You are a personal math tutor. When asked a question, write and run Python code to answer the question.", "name": "Math Tutor", "tools": [{"type": "code_interpreter"}],