From 98f935b8f7669ea9978e5d1581e5f3024a4098dd Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Wed, 17 Jul 2024 17:00:43 +0200 Subject: [PATCH] fix --- src/lib/components/chat/Chat.svelte | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/components/chat/Chat.svelte b/src/lib/components/chat/Chat.svelte index c63fd0243..7f3c435a4 100644 --- a/src/lib/components/chat/Chat.svelte +++ b/src/lib/components/chat/Chat.svelte @@ -264,6 +264,8 @@ messages: {}, currentId: null }; + + chatFiles = []; params = {}; if ($page.url.searchParams.get('models')) {