From e6fc9c677305b5e569eee4516d4da84ecd6c2e49 Mon Sep 17 00:00:00 2001 From: Matthew Ryan Dillon Date: Wed, 19 Mar 2025 09:18:48 -0400 Subject: [PATCH] misc aider config tweaks --- home/{dot_aider.conf.yml => dot_aider.conf.yml.tmpl} | 10 ++++++++++ 1 file changed, 10 insertions(+) rename home/{dot_aider.conf.yml => dot_aider.conf.yml.tmpl} (63%) diff --git a/home/dot_aider.conf.yml b/home/dot_aider.conf.yml.tmpl similarity index 63% rename from home/dot_aider.conf.yml rename to home/dot_aider.conf.yml.tmpl index 14b8768..7ae8984 100644 --- a/home/dot_aider.conf.yml +++ b/home/dot_aider.conf.yml.tmpl @@ -1,7 +1,17 @@ +{{ if eq .hosttype "personal" -}} +model: ollama_chat/qwen2.5-coder:14b +{{ else -}} +model: ollama_chat/qwen2.5-coder:32b +{{- end }} + cache-prompts: true gitignore: false auto-commits: false +watch-files: true +subtree-only: true +stream: false +code-theme: "lightbulb" user-input-color: "#a6e3a1" tool-output-color: "#89b4fa" tool-error-color: "#f38ba8"