From 1f3a1a6899947ac65237f2867cb8d4f779150775 Mon Sep 17 00:00:00 2001 From: zap Date: Sat, 7 Mar 2026 19:34:02 +0000 Subject: [PATCH] chore(ops): default ollama probe to known lan host --- scripts/ops-sentinel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ops-sentinel.sh b/scripts/ops-sentinel.sh index b7b6a3c..81e2ee6 100755 --- a/scripts/ops-sentinel.sh +++ b/scripts/ops-sentinel.sh @@ -10,7 +10,7 @@ BACKUP_MAX_AGE_HOURS="${BACKUP_MAX_AGE_HOURS:-8}" SEARX_URL="${SEARX_URL:-http://192.168.153.113:18803}" WHISPER_URL="${WHISPER_URL:-http://192.168.153.113:18801}" MCP_URL="${MCP_URL:-http://192.168.153.113:18802/mcp}" -OLLAMA_URL="${OLLAMA_URL:-http://127.0.0.1:11434}" +OLLAMA_URL="${OLLAMA_URL:-http://192.168.153.113:11434}" OLLAMA_EMBED_MODEL="${OLLAMA_EMBED_MODEL:-nomic-embed-text:latest}" OLLAMA_REQUIRED="${OLLAMA_REQUIRED:-false}" OLLAMA_SERVICE="${OLLAMA_SERVICE:-ollama.service}"