config aider for claude usage
This commit is contained in:
parent
009f8d1be2
commit
b6ea9864f9
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue