mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Remove "include newlines" checkbox from context formatting settings
This commit is contained in:
@ -5480,7 +5480,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) {
|
||||
|
Reference in New Issue
Block a user