litellm/tests/test_litellm/llms/mistral
Chesars 354f44c661 fix: serialize boolean provider params as lowercase strings
str(True) produces "True" but Mistral API expects lowercase "true".
Use str(value).lower() for bool params in provider-specific fields.
2026-03-04 16:56:51 -03:00
..
audio_transcription fix: serialize boolean provider params as lowercase strings 2026-03-04 16:56:51 -03:00
test_mistral_chat_transformation.py Added thinking streaming support for mistral (#16434) 2025-11-10 18:41:45 -08:00
test_mistral_completion.py feat: Turn Mistral to use llm_http_handler (#12245) 2025-07-02 14:01:56 -07:00