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}"