feat: update example config file

This commit is contained in:
Ayo Ayco 2025-09-26 12:34:21 +02:00
parent 8f83278a22
commit ee81a1971d

View file

@ -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"