Timothy J. Baek 9 月之前
父节点
当前提交
98f935b8f7
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/lib/components/chat/Chat.svelte

+ 2 - 0
src/lib/components/chat/Chat.svelte

@@ -264,6 +264,8 @@
 			messages: {},
 			currentId: null
 		};
+
+		chatFiles = [];
 		params = {};
 
 		if ($page.url.searchParams.get('models')) {