TestMistralCompletion
This commit is contained in:
parent
66a139a86a
commit
84595851b6
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user