ux: ollama flow

This commit is contained in:
2026-05-07 03:03:25 -04:00
parent 3b6e3c34d5
commit 767e929bf9
3 changed files with 83 additions and 12 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ class OllamaAgent:
"online": False,
"model": self.model,
"base_url": self.base_url,
"message": f"Ollama is offline or unreachable at {self.base_url}. Start Ollama and make sure the model is pulled.",
"message": f"Ollama is offline or unreachable at {self.base_url}. Open the Ollama tab and use the recommended action.",
"detail": str(exc),
}