Enhance Ollama integration via API and update settings UI
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user