config aider for claude usage

This commit is contained in:
Matthew Ryan Dillon 2025-04-30 09:21:20 -04:00
parent 009f8d1be2
commit b6ea9864f9

View file

@ -1,7 +1,7 @@
{{ if eq .hosttype "personal" -}} {{ if eq .hosttype "personal" -}}
model: ollama_chat/qwen2.5-coder:14b model: ollama_chat/qwen2.5-coder:14b
{{ else -}} {{ else -}}
model: ollama_chat/qwen2.5-coder:32b model: openai/claude-3.7-sonnet
{{- end }} {{- end }}
cache-prompts: true cache-prompts: true
@ -10,6 +10,7 @@ auto-commits: false
watch-files: true watch-files: true
subtree-only: true subtree-only: true
stream: false stream: false
show-model-warnings: false
code-theme: "lightbulb" code-theme: "lightbulb"
user-input-color: "#a6e3a1" user-input-color: "#a6e3a1"