3 lines
151 B
Text
Executable file
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}"
|