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