bash.d/20-ollama

3 lines
145 B
Text
Raw Normal View History

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