Merge pull request #4746 from 5E-324/fix-type-errors

chore: Fix type errors.
This commit is contained in:
Timothy Jaeryang Baek
2024-08-20 13:37:08 +02:00
committed by GitHub
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;