Fix group reply generation with streaming

This commit is contained in:
SillyLossy
2023-06-01 18:26:57 +03:00
parent a74828df15
commit 3cf23f277c
2 changed files with 2 additions and 2 deletions

View File

@ -512,7 +512,7 @@ async function generateGroupWrapper(by_auto_mode, type = null, params = {}) {
setCharacterId(chId);
setCharacterName(characters[chId].name)
Generate(generateType, { automatic_trigger: by_auto_mode, ...(params || {}) });
await Generate(generateType, { automatic_trigger: by_auto_mode, ...(params || {}) });
if (type !== "swipe" && type !== "impersonate" && !isMultigenEnabled() && !isStreamingEnabled()) {
// update indicator and scroll down