Timothy Jaeryang Baek 1 week ago
parent
commit
177f2902db
1 changed files with 2 additions and 1 deletions
  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) {