mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
str(True) produces "True" but Mistral API expects lowercase "true". Use str(value).lower() for bool params in provider-specific fields. |
||
|---|---|---|
| .. | ||
| audio_transcription | ||
| test_mistral_chat_transformation.py | ||
| test_mistral_completion.py | ||