mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +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: [],
|
||||
role: 'user',
|
||||
content: userPrompt,
|
||||
models: selectedModels
|
||||
models: selectedModels,
|
||||
timestamp: Math.floor(Date.now() / 1000) // Unix epoch
|
||||
};
|
||||
|
||||
if (parentId !== null) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue