Explorar o código

Merge pull request #99 from ollama-webui/dev

fix: chat history import
Timothy Jaeryang Baek hai 1 ano
pai
achega
e6eb7a7f41
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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,