chore(ai): update example config for remote ollama host

This commit is contained in:
Ayo Ayco 2025-08-26 10:17:25 +02:00
parent ba2a0da0af
commit e55a172b3e

View file

@ -4,7 +4,7 @@ archive_dir="${HOME}/Notes/Archive"
scripts_dir="${HOME}/Projects/scripts"
editor="vim"
ollama_remote_host="192.168.0.1234"
ollama_remote_host="http://remote-ollama-server" # or IP
coder="coder:latest"
coder_modelfile="${HOME}/Projects/llm-prompts/Modelfile-coder-lite"