mirror of
https://github.com/sune-org/sune.git
synced 2026-04-07 07:52:13 +00:00
This build was committed by a bot.
This commit is contained in:
@@ -965,8 +965,8 @@ var SUNE = window.SUNE = new Proxy({
|
||||
}
|
||||
buf += delta;
|
||||
state.stream.text = buf;
|
||||
renderMarkdown(suneBubble, partsToText(assistantMsg), { enhance: false });
|
||||
assistantMsg.content[0].text = buf;
|
||||
renderMarkdown(suneBubble, partsToText(assistantMsg), { enhance: false });
|
||||
if (done && !completed) {
|
||||
completed = true;
|
||||
setBtnSend();
|
||||
@@ -1589,8 +1589,8 @@ $(el.composer).on("submit", async (e) => {
|
||||
}
|
||||
buf += delta;
|
||||
state.stream.text = buf;
|
||||
renderMarkdown(suneBubble, partsToText(assistantMsg), { enhance: false });
|
||||
assistantMsg.content[0].text = buf;
|
||||
renderMarkdown(suneBubble, partsToText(assistantMsg), { enhance: false });
|
||||
if (done && !completed) {
|
||||
completed = true;
|
||||
setBtnSend();
|
||||
Reference in New Issue
Block a user