misc aider config tweaks

This commit is contained in:
Matthew Ryan Dillon 2025-03-19 09:18:48 -04:00
parent 506ef00045
commit e6fc9c6773

View file

@ -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 cache-prompts: true
gitignore: false gitignore: false
auto-commits: false auto-commits: false
watch-files: true
subtree-only: true
stream: false
code-theme: "lightbulb"
user-input-color: "#a6e3a1" user-input-color: "#a6e3a1"
tool-output-color: "#89b4fa" tool-output-color: "#89b4fa"
tool-error-color: "#f38ba8" tool-error-color: "#f38ba8"