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.
14 lines
280 B
YAML
14 lines
280 B
YAML
---
|
|
reasoning-effort: medium
|
|
thinking-tokens: 8k
|
|
model: gemini/gemini-2.5-pro-preview-05-06
|
|
weak-model: gemini/gemini-2.0-flash-001
|
|
editor-model: gemini/gemini-2.5-pro-preview-05-06
|
|
editor: nvim
|
|
git: true
|
|
gitignore: true
|
|
auto-commits: false
|
|
read:
|
|
- CONVENTIONS.md
|
|
- CLAUDE.md
|