Timothy J. Baek 7 ay önce
ebeveyn
işleme
e66619262a
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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,
 				system: $settings.system ?? undefined,
 				params: params,
 				params: params,
 				history: history,
 				history: history,
+				messages: createMessagesList(history.currentId),
 				tags: [],
 				tags: [],
 				timestamp: Date.now()
 				timestamp: Date.now()
 			});
 			});