TestMistralCompletion

This commit is contained in:
Ishaan Jaff 2025-07-19 15:37:13 -07:00
parent 66a139a86a
commit 84595851b6

View file

@ -28,6 +28,7 @@ from httpx import Headers
from base_llm_unit_tests import BaseLLMChatTest
@pytest.mark.flaky(retries=3, delay=2)
class TestMistralCompletion(BaseLLMChatTest):
def get_base_completion_call_args(self) -> dict:
litellm.set_verbose = True