diff --git a/public/script.js b/public/script.js index b06003f8b..c4416f117 100644 --- a/public/script.js +++ b/public/script.js @@ -3171,7 +3171,7 @@ class StreamingProcessor { this.sendTextarea.dispatchEvent(new Event('input', { bubbles: true })); } else { - await saveReply(this.type, text, true); + await saveReply(this.type, text, true, '', [], ''); messageId = chat.length - 1; this.#checkDomElements(messageId); this.showMessageButtons(messageId);