test_create_delete_assistants

This commit is contained in:
Ishaan Jaff
2025-07-15 21:35:25 -07:00
parent d8327b4740
commit 84261f3ac8
+1 -1
View File
@@ -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"}],