Merge branch 'staging' into sysprompt-divorce

This commit is contained in:
Cohee
2024-09-22 19:56:29 +03:00
31 changed files with 18 additions and 72 deletions

View File

@ -5485,7 +5485,7 @@ export function cleanUpMessage(getMessage, isImpersonate, isContinue, displayInc
}
if (!displayIncompleteSentences && power_user.trim_sentences) {
getMessage = trimToEndSentence(getMessage, power_user.include_newline);
getMessage = trimToEndSentence(getMessage);
}
if (power_user.trim_spaces) {