mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
test_multilingual_requests
This commit is contained in:
parent
bbdbbf8217
commit
1863e7226d
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue