"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "dd2941bb4366ec978910c2b2edbc0d3002d70c89"
Unverified Commit e6eb7a7f authored by Timothy Jaeryang Baek's avatar Timothy Jaeryang Baek Committed by GitHub
Browse files

Merge pull request #99 from ollama-webui/dev

fix: chat history import
parents 877f3ced 0cc4284b
...@@ -432,6 +432,7 @@ ...@@ -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,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment