mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-17 06:45:24 +00:00
refac
This commit is contained in:
parent
423a35782b
commit
177f2902db
1 changed files with 2 additions and 1 deletions
|
|
@ -1815,7 +1815,8 @@
|
||||||
childrenIds: [],
|
childrenIds: [],
|
||||||
role: 'user',
|
role: 'user',
|
||||||
content: userPrompt,
|
content: userPrompt,
|
||||||
models: selectedModels
|
models: selectedModels,
|
||||||
|
timestamp: Math.floor(Date.now() / 1000) // Unix epoch
|
||||||
};
|
};
|
||||||
|
|
||||||
if (parentId !== null) {
|
if (parentId !== null) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue