1
0

Enhance Ollama integration via API and update settings UI

This commit is contained in:
2026-05-04 21:47:44 +02:00
parent 0e12ac604e
commit 0dcc24f173
3 changed files with 74 additions and 12 deletions

View File

@@ -264,7 +264,7 @@
if (res.status === 'no-cli') {
container.innerHTML = `
<div style="color:red;font-weight:bold;margin:1em 0;">
You need to install Ollama to use the cool stuff !!
Ollama is not reachable. Start Ollama or install it to use the cool stuff !!
</div>`;
return;
}