bash.d/20-ollama
Ole-Morten Duesund 3672d1463d Fix OLLAMA_HOST to use correct IP address 192.168.1.84
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-29 19:23:27 +02:00

3 lines
151 B
Text
Executable file

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