From 2322f98d7f460f4edd7bf33f42fd066aee4d066f Mon Sep 17 00:00:00 2001 From: Ole-Morten Duesund Date: Sun, 29 Mar 2026 19:20:49 +0200 Subject: [PATCH] Add OLLAMA_HOST default pointing to goblin:11434 Co-Authored-By: Claude Opus 4.6 (1M context) --- 20-ollama | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 20-ollama diff --git a/20-ollama b/20-ollama new file mode 100755 index 0000000..3fb6b5b --- /dev/null +++ b/20-ollama @@ -0,0 +1,3 @@ +# shellcheck shell=bash +# Point Ollama CLI at the remote Ollama server (default: goblin:11434) +export OLLAMA_HOST="${OLLAMA_HOST:-goblin:11434}"