3 lines
145 B
Text
Executable file
3 lines
145 B
Text
Executable file
# shellcheck shell=bash
|
|
# Point Ollama CLI at the remote Ollama server (default: goblin:11434)
|
|
export OLLAMA_HOST="${OLLAMA_HOST:-goblin:11434}"
|