feat(aider): minor improvements in configuration
Set explicitly the `reasoning-effort` and `thinking-tokens` to improve the performance of the AI assistant. Also, update the `model` and `editor-model` to the latest version of gemini pro.
This commit is contained in:
parent
6212d90548
commit
d461b517fc
@ -1,10 +1,13 @@
|
|||||||
---
|
---
|
||||||
model: gemini/gemini-2.5-pro-preview-03-25
|
reasoning-effort: medium
|
||||||
|
thinking-tokens: 8k
|
||||||
|
model: gemini/gemini-2.5-pro-preview-05-06
|
||||||
weak-model: gemini/gemini-2.0-flash-001
|
weak-model: gemini/gemini-2.0-flash-001
|
||||||
editor-model: gemini/gemini-2.5-pro-preview-03-25
|
editor-model: gemini/gemini-2.5-pro-preview-05-06
|
||||||
editor: nvim
|
editor: nvim
|
||||||
git: true
|
git: true
|
||||||
gitignore: true
|
gitignore: true
|
||||||
auto-commits: false
|
auto-commits: false
|
||||||
read:
|
read:
|
||||||
- CONVENTIONS.md
|
- CONVENTIONS.md
|
||||||
|
- CLAUDE.md
|
||||||
|
Loading…
x
Reference in New Issue
Block a user