Fix type errors.

This commit is contained in:
Zhuoran
2024-08-20 08:44:09 +08:00
parent a3b6654cbb
commit fd26e5635d
7 changed files with 28 additions and 7 deletions

View File

@@ -37,7 +37,7 @@
let ollamaEnabled = null;
let OLLAMA_URLS = [];
let selectedOllamaUrlIdx: string | null = null;
let selectedOllamaUrlIdx: number | null = null;
let updateModelId = null;
let updateProgress = null;