misc aider config tweaks
This commit is contained in:
parent
506ef00045
commit
e6fc9c6773
1 changed files with 10 additions and 0 deletions
23
home/dot_aider.conf.yml.tmpl
Normal file
23
home/dot_aider.conf.yml.tmpl
Normal file
|
@ -0,0 +1,23 @@
|
|||
{{ 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"
|
||||
tool-warning-color: "#fab387"
|
||||
assistant-output-color: "#cba6f7"
|
||||
completion-menu-color: "#cdd6f4"
|
||||
completion-menu-bg-color: "#313244"
|
||||
completion-menu-current-color: "#f9e2af"
|
||||
completion-menu-current-bg-color: "#45475a"
|
Loading…
Add table
Add a link
Reference in a new issue