fix: chat history import

This commit is contained in:
Timothy J. Baek 2023-11-12 10:36:02 -08:00
parent ff603626a5
commit 9bf9ead190
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,