bash.d/20-ollama

3 lines
153 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:-100.70.100.115:11434}"