This commit is contained in:
2026-05-13 10:18:54 +03:00
parent cd8d2683c0
commit c5b61ee3d8
38 changed files with 3929 additions and 3718 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ export async function loadOllamaModel(model: string, ollama: Ollama, contextLeng
}
});
return true;
} catch (e: any) {
} catch (e: unknown) {
console.error("Error loading Ollama model:", model);
return false;
}