Browse Source

Merge pull request #99 from ollama-webui/dev

fix: chat history import
Timothy Jaeryang Baek 1 năm trước cách đây
mục cha
commit
e6eb7a7f41
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/routes/+page.svelte

+ 1 - 0
src/routes/+page.svelte

@@ -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,