mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
test_multilingual_requests
This commit is contained in:
parent
ee16b36cba
commit
10794868c1
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