Update OLLAMA_HOST to Tailscale IP address

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ole-Morten Duesund 2026-03-30 15:04:42 +02:00
commit 54e7984666

View file

@ -1,3 +1,3 @@
# shellcheck shell=bash
# Point Ollama CLI at the remote Ollama server (default: goblin:11434)
export OLLAMA_HOST="${OLLAMA_HOST:-192.168.1.84:11434}"
export OLLAMA_HOST="${OLLAMA_HOST:-100.70.100.115:11434}"