Merge pull request #99 from ollama-webui/dev

fix: chat history import
This commit is contained in:
Timothy Jaeryang Baek 2023-11-12 13:37:54 -05:00 committed by GitHub
commit e6eb7a7f41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -432,6 +432,7 @@
await db.put('chats', {
id: chat.id,
model: chat.model,
models: chat.models,
system: chat.system,
options: chat.options,
title: chat.title,