diff --git a/tests/llm_translation/test_mistral_api.py b/tests/llm_translation/test_mistral_api.py index bb8cb3c605..fa4039e01c 100644 --- a/tests/llm_translation/test_mistral_api.py +++ b/tests/llm_translation/test_mistral_api.py @@ -36,3 +36,9 @@ class TestMistralCompletion(BaseLLMChatTest): def test_tool_call_no_arguments(self, tool_call_no_arguments): """Test that tool calls with no arguments is translated correctly. Relevant issue: https://github.com/BerriAI/litellm/issues/6833""" pass + + def test_multilingual_requests(self): + """ + Mistral API raises a 400 BadRequest error when the request contains invalid utf-8 sequences. + """ + pass