From 3672d1463d94d9d19d1d4a74929030fd8b68856b Mon Sep 17 00:00:00 2001 From: Ole-Morten Duesund Date: Sun, 29 Mar 2026 19:23:27 +0200 Subject: [PATCH] Fix OLLAMA_HOST to use correct IP address 192.168.1.84 Co-Authored-By: Claude Opus 4.6 (1M context) --- 20-ollama | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/20-ollama b/20-ollama index 3fb6b5b..3f3b49d 100755 --- a/20-ollama +++ b/20-ollama @@ -1,3 +1,3 @@ # shellcheck shell=bash # Point Ollama CLI at the remote Ollama server (default: goblin:11434) -export OLLAMA_HOST="${OLLAMA_HOST:-goblin:11434}" +export OLLAMA_HOST="${OLLAMA_HOST:-192.168.1.84:11434}"