Timothy Jaeryang Baek 4 달 전
부모
커밋
177f2902db
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/lib/components/chat/Chat.svelte

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

@@ -1815,7 +1815,8 @@
 			childrenIds: [],
 			role: 'user',
 			content: userPrompt,
-			models: selectedModels
+			models: selectedModels,
+			timestamp: Math.floor(Date.now() / 1000) // Unix epoch
 		};
 
 		if (parentId !== null) {