test_multilingual_requests

This commit is contained in:
Ishaan Jaff 2024-12-03 20:52:19 -08:00
parent ee16b36cba
commit 10794868c1

View file

@ -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