From b6ea9864f9f6a842198a88a2d29e22d046d27402 Mon Sep 17 00:00:00 2001 From: Matthew Ryan Dillon Date: Wed, 30 Apr 2025 09:21:20 -0400 Subject: [PATCH] config aider for claude usage --- home/dot_aider.conf.yml.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/dot_aider.conf.yml.tmpl b/home/dot_aider.conf.yml.tmpl index 7ae8984..66634c8 100644 --- a/home/dot_aider.conf.yml.tmpl +++ b/home/dot_aider.conf.yml.tmpl @@ -1,7 +1,7 @@ {{ if eq .hosttype "personal" -}} model: ollama_chat/qwen2.5-coder:14b {{ else -}} -model: ollama_chat/qwen2.5-coder:32b +model: openai/claude-3.7-sonnet {{- end }} cache-prompts: true @@ -10,6 +10,7 @@ auto-commits: false watch-files: true subtree-only: true stream: false +show-model-warnings: false code-theme: "lightbulb" user-input-color: "#a6e3a1"