mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Don't skip ephemeral stop strings if there are no custom stop strings
This commit is contained in:
@@ -2209,11 +2209,7 @@ function getStoppingStrings(isImpersonate, isContinue) {
|
||||
}
|
||||
|
||||
result.push(...getInstructStoppingSequences());
|
||||
|
||||
if (power_user.custom_stopping_strings) {
|
||||
const customStoppingStrings = getCustomStoppingStrings();
|
||||
result.push(...customStoppingStrings);
|
||||
}
|
||||
result.push(...getCustomStoppingStrings());
|
||||
|
||||
if (power_user.single_line) {
|
||||
result.unshift('\n');
|
||||
|
Reference in New Issue
Block a user