浏览代码
Merge pull request #190 from ollama-webui/fix-no-files
fix: no files
Timothy Jaeryang Baek
1 年之前
|
@@ -29,6 +29,7 @@
|
|
|
|
|
|
let title = '';
|
|
let title = '';
|
|
let prompt = '';
|
|
let prompt = '';
|
|
|
|
+ let files = [];
|
|
|
|
|
|
let messages = [];
|
|
let messages = [];
|
|
let history = {
|
|
let history = {
|