From e66619262a81fd4f81b14592147d7ae650d9dac9 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Tue, 8 Oct 2024 22:34:17 -0700 Subject: [PATCH] refac --- src/lib/components/chat/Chat.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/components/chat/Chat.svelte b/src/lib/components/chat/Chat.svelte index b169c66bf..5b75e61e1 100644 --- a/src/lib/components/chat/Chat.svelte +++ b/src/lib/components/chat/Chat.svelte @@ -1943,6 +1943,7 @@ system: $settings.system ?? undefined, params: params, history: history, + messages: createMessagesList(history.currentId), tags: [], timestamp: Date.now() });