bash.d/20-ollama
Ole-Morten Duesund 54e7984666 Update OLLAMA_HOST to Tailscale IP address
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-30 15:04:42 +02:00

3 lines
153 B
Text
Executable file

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