ソースを参照

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

fix: no files
Timothy Jaeryang Baek 1 年間 前
コミット
92ced39a81
1 ファイル変更1 行追加0 行削除
  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 = {