From e55a172b3e914d879d3bd2dfbbb4170a953fe672 Mon Sep 17 00:00:00 2001 From: Ayo Date: Tue, 26 Aug 2025 10:17:25 +0200 Subject: [PATCH] chore(ai): update example config for remote ollama host --- example.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.conf b/example.conf index d2f743a..b624eae 100644 --- a/example.conf +++ b/example.conf @@ -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"