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());
|
result.push(...getInstructStoppingSequences());
|
||||||
|
result.push(...getCustomStoppingStrings());
|
||||||
if (power_user.custom_stopping_strings) {
|
|
||||||
const customStoppingStrings = getCustomStoppingStrings();
|
|
||||||
result.push(...customStoppingStrings);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (power_user.single_line) {
|
if (power_user.single_line) {
|
||||||
result.unshift('\n');
|
result.unshift('\n');
|
||||||
|
Reference in New Issue
Block a user