Fix deprecated model test

This commit is contained in:
Sameer Kankute 2026-05-11 09:49:47 +05:30
parent ce17e9490f
commit 99218c6fa0
No known key found for this signature in database

View File

@ -11,7 +11,7 @@ import litellm
def test_completion_openrouter_reasoning_content():
litellm._turn_on_debug()
resp = litellm.completion(
model="openrouter/anthropic/claude-3.7-sonnet",
model="openrouter/anthropic/claude-sonnet-4",
messages=[{"role": "user", "content": "Hello world"}],
reasoning={"effort": "high"},
)