diff --git a/ayo.sh b/ayo.sh index 416f0c0..9af82ad 100755 --- a/ayo.sh +++ b/ayo.sh @@ -69,6 +69,9 @@ case $1 in ## SCRIPTS + cozy) + . ${scripts_dir}/cozy.sh "$@" + ;; ai-coder) . ${scripts_dir}/ai-coder.sh "$@" ;; diff --git a/cozy.sh b/cozy.sh new file mode 100644 index 0000000..dfaf2d8 --- /dev/null +++ b/cozy.sh @@ -0,0 +1,4 @@ +#!/usr/bin/bash + +cd $HOME/Projects/cozy +pnpm run preview diff --git a/example.conf b/example.conf index b624eae..7ea0af3 100644 --- a/example.conf +++ b/example.conf @@ -4,7 +4,9 @@ archive_dir="${HOME}/Notes/Archive" scripts_dir="${HOME}/Projects/scripts" editor="vim" -ollama_remote_host="http://remote-ollama-server" # or IP +# Ollama host URL or IP; for fully local, leave empty or comment out +ollama_remote_host="http://remote-ollama-server" + coder="coder:latest" coder_modelfile="${HOME}/Projects/llm-prompts/Modelfile-coder-lite"