mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2024-12-12 09:26:33 +01:00
parent
9493d05f2c
commit
2030c2c711
@ -4775,6 +4775,11 @@ export function shouldAutoContinue(messageChunk, isImpersonate) {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (abortController && abortController.signal.aborted) {
|
||||
console.debug('Auto-continue is not triggered because the generation was stopped.');
|
||||
return false;
|
||||
}
|
||||
|
||||
if (power_user.auto_continue.target_length <= 0) {
|
||||
console.log('Auto-continue target length is 0, not triggering auto-continue');
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user