Fix group reply generation with streaming

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

View File

@ -2034,7 +2034,7 @@ async function Generate(type, { automatic_trigger, force_name2, resolve, reject,
let mesSend = [];
console.debug('calling runGenerate');
streamingProcessor = isStreamingEnabled() ? new StreamingProcessor(type, force_name2) : false;
await runGenerate();
runGenerate();
async function runGenerate(cycleGenerationPromt = '') {
is_send_press = true;