Timothy J. Baek 7 月之前
父節點
當前提交
e66619262a
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/lib/components/chat/Chat.svelte

+ 1 - 0
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()
 			});