Browse Source

Merge pull request #190 from ollama-webui/fix-no-files

fix: no files
Timothy Jaeryang Baek 1 năm trước cách đây
mục cha
commit
92ced39a81
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/routes/(app)/c/[id]/+page.svelte

+ 1 - 0
src/routes/(app)/c/[id]/+page.svelte

@@ -29,6 +29,7 @@
 
 	let title = '';
 	let prompt = '';
+	let files = [];
 
 	let messages = [];
 	let history = {