mirror of
https://github.com/open-webui/open-webui
synced 2024-11-16 05:24:02 +00:00
fix: chat history import
This commit is contained in:
parent
ff603626a5
commit
9bf9ead190
@ -432,6 +432,7 @@
|
|||||||
await db.put('chats', {
|
await db.put('chats', {
|
||||||
id: chat.id,
|
id: chat.id,
|
||||||
model: chat.model,
|
model: chat.model,
|
||||||
|
models: chat.models,
|
||||||
system: chat.system,
|
system: chat.system,
|
||||||
options: chat.options,
|
options: chat.options,
|
||||||
title: chat.title,
|
title: chat.title,
|
||||||
|
Loading…
Reference in New Issue
Block a user