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
9c2d592c73
commit
a28ef8acc5
1 changed files with 2 additions and 2 deletions
|
|
@ -377,8 +377,8 @@
|
|||
arena: message ? message.arena : false,
|
||||
model_id: message.model,
|
||||
message_id: message.id,
|
||||
chat_id: chatId,
|
||||
message_turn: createMessagesList(history, message.id).length
|
||||
message_index: createMessagesList(history, message.id).length,
|
||||
chat_id: chatId
|
||||
},
|
||||
snapshot: {
|
||||
chat: chat
|
||||
|
|
|
|||
Loading…
Reference in a new issue