diff --git a/src/lib/components/chat/Chat.svelte b/src/lib/components/chat/Chat.svelte index f7695f3a8..35aa9ce35 100644 --- a/src/lib/components/chat/Chat.svelte +++ b/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) {