From 2153c8ec9f7b6b5e0526faea9c6d8772f2c53b06 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Fri, 6 Mar 2026 14:53:09 -0600 Subject: [PATCH] refac --- src/lib/components/chat/Chat.svelte | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib/components/chat/Chat.svelte b/src/lib/components/chat/Chat.svelte index 3d0e27478..8ea3edb88 100644 --- a/src/lib/components/chat/Chat.svelte +++ b/src/lib/components/chat/Chat.svelte @@ -86,7 +86,6 @@ stopTask, getTaskIdsByChatId } from '$lib/apis'; - import { getBanners } from '$lib/apis/configs'; import { getTools } from '$lib/apis/tools'; import { uploadFile } from '$lib/apis/files'; import { createOpenAITextStream } from '$lib/apis/streaming'; @@ -1631,7 +1630,7 @@ content: messageContentParts[messageContentParts.length - 1] } }) - ); + ); } } }