mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-24 00:28:32 +00:00
test_create_delete_assistants
This commit is contained in:
@@ -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"}],
|
||||
|
||||
Reference in New Issue
Block a user