From ee81a1971d0a9aba62647121553828fd87eb8088 Mon Sep 17 00:00:00 2001 From: Ayo Date: Fri, 26 Sep 2025 12:34:21 +0200 Subject: [PATCH] feat: update example config file --- example.conf | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/example.conf b/example.conf index c14db97..515507a 100644 --- a/example.conf +++ b/example.conf @@ -6,13 +6,10 @@ editor="vim" # TODO: Add a flag for force using local? # Ollama host URL or IP; for fully local, leave empty or comment out -ollama_remote_host="192.168.0.123" +ollama_remote_host="192.168.0.1234" -coder="coder:latest" -coder_modelfile="${HOME}/Projects/llm-prompts/Modelfile-coder" +search="assistant:researcher" +search_modelfile="${HOME}/path-to/Modelfile-researcher" -helper="helper:latest" -helper_modelfile="${HOME}/Projects/llm-prompts/Modelfile-helper" - -brainstorm="brainstorm:latest" -brainstorm_modelfile="${HOME}/Projects/llm-prompts/Modelfile-brainstorm" +helper="assistant:helper" +helper_modelfile="${HOME}/path-to/Modelfile-helper"