mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
@ -2072,6 +2072,7 @@ async function sendOpenAIRequest(type, messages, signal) {
|
||||
|
||||
if (isMistral) {
|
||||
generate_data['safe_prompt'] = false; // already defaults to false, but just incase they change that in the future.
|
||||
generate_data['stop'] = getCustomStoppingStrings(); // Mistral shouldn't have limits on stop strings.
|
||||
}
|
||||
|
||||
if (isCustom) {
|
||||
|
Reference in New Issue
Block a user