mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-02 19:07:40 +01:00
Remove looping backoff behavior
This commit is contained in:
parent
315d981804
commit
3d7c901464
@ -3878,7 +3878,7 @@ async function Generate(type, { automatic_trigger, force_name2, quiet_prompt, qu
|
||||
// to make sure we leave on swipe type while also adding the name2 appendage
|
||||
setTimeout(() => {
|
||||
Generate(type, { automatic_trigger, force_name2: true, quiet_prompt, skipWIAN, force_chid });
|
||||
}, generate_loop_counter * 1000);
|
||||
}, 1000);
|
||||
}
|
||||
|
||||
if (power_user.auto_swipe) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user