This commit is contained in:
Timothy Jaeryang Baek 2025-06-16 10:51:30 +04:00
parent 423a35782b
commit 177f2902db

View File

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