From c675beeda418c2c24fe0a4fa81ad9100c9bd8187 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Sun, 18 Aug 2024 21:14:22 +0200 Subject: [PATCH] refac --- src/lib/components/chat/Chat.svelte | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,