18 lines
572 B
Text
18 lines
572 B
Text
notes_dir="${HOME}/Notes"
|
|
tasks_dir="${HOME}/Notes/Tasks"
|
|
archive_dir="${HOME}/Notes/Archive"
|
|
scripts_dir="${HOME}/Projects/scripts"
|
|
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"
|
|
|
|
coder="coder:latest"
|
|
coder_modelfile="${HOME}/Projects/llm-prompts/Modelfile-coder"
|
|
|
|
helper="helper:latest"
|
|
helper_modelfile="${HOME}/Projects/llm-prompts/Modelfile-helper"
|
|
|
|
brainstorm="brainstorm:latest"
|
|
brainstorm_modelfile="${HOME}/Projects/llm-prompts/Modelfile-brainstorm"
|