bash.d/20-ollama

3 lines
151 B
Text
Raw Permalink Normal View History

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