mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
TestMistralCompletion
This commit is contained in:
parent
66a139a86a
commit
84595851b6
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue