update unit test

This commit is contained in:
RupertoXTI 2025-04-11 15:31:55 -04:00
parent 46c53685e0
commit 7ccb12884e

View file

@ -2115,5 +2115,4 @@ def test_get_provider_audio_transcription_config():
def test_claude_3_7_sonnet_supports_pdf_input(model, expected_bool): def test_claude_3_7_sonnet_supports_pdf_input(model, expected_bool):
from litellm.utils import supports_pdf_input from litellm.utils import supports_pdf_input
assert supports_pdf_input("anthropic.claude-3-7-sonnet-20250219-v1:0") == True assert supports_pdf_input(model) == expected_bool
assert supports_pdf_input("us.anthropic.claude-3-7-sonnet-20250219-v1:0") == True