Fix OLLAMA_HOST to use correct IP address 192.168.1.84
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
2322f98d7f
commit
3672d1463d
1 changed files with 1 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
||||||
# shellcheck shell=bash
|
# shellcheck shell=bash
|
||||||
# Point Ollama CLI at the remote Ollama server (default: goblin:11434)
|
# Point Ollama CLI at the remote Ollama server (default: goblin:11434)
|
||||||
export OLLAMA_HOST="${OLLAMA_HOST:-goblin:11434}"
|
export OLLAMA_HOST="${OLLAMA_HOST:-192.168.1.84:11434}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue