mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Add message generation timer
This commit is contained in:
@@ -462,7 +462,7 @@ async function generateGroupWrapper(by_auto_mode, type = null) {
|
||||
setCharacterId(chId);
|
||||
setCharacterName(characters[chId].name)
|
||||
|
||||
await Generate(generateType, by_auto_mode);
|
||||
await Generate(generateType, { automatic_trigger: by_auto_mode });
|
||||
|
||||
if (type !== "swipe" && type !== "impersonate") {
|
||||
// update indicator and scroll down
|
||||
|
Reference in New Issue
Block a user