diff --git a/src/lib/components/chat/Chat.svelte b/src/lib/components/chat/Chat.svelte index 0c8a49fe5..c805d82fa 100644 --- a/src/lib/components/chat/Chat.svelte +++ b/src/lib/components/chat/Chat.svelte @@ -1528,8 +1528,9 @@ status: true, content: '' }; - message.merged = mergedResponse; + messages = messages; + try { const [res, controller] = await generateMoACompletion( localStorage.token,