feat: update example config file
This commit is contained in:
parent
8f83278a22
commit
ee81a1971d
1 changed files with 5 additions and 8 deletions
13
example.conf
13
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"
|
||||
|
|
Loading…
Reference in a new issue