Mistral API got fixed

This commit is contained in:
Cohee
2024-01-12 18:17:43 +02:00
parent 397acbb699
commit f4c7fff8c0
2 changed files with 3 additions and 3 deletions

View File

@ -1631,7 +1631,7 @@ async function sendOpenAIRequest(type, messages, signal) {
}
if (isMistral) {
generate_data['safe_mode'] = false; // already defaults to false, but just incase they change that in the future.
generate_data['safe_prompt'] = false; // already defaults to false, but just incase they change that in the future.
}
if (isCustom) {