mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
Improve AI configuration and key management
- Remove unnecessary model options from `adr` function. - Update Anthropics key path in `aikeys` function. - Refactor CodeCompanion adapters to use specific Gemini models with different reasoning efforts. - Add gitignore for .aider* files.
This commit is contained in:
parent
73c5b0b7d7
commit
184dad82e0
4 changed files with 23 additions and 15 deletions
|
|
@ -1,8 +1,6 @@
|
|||
function adr --wraps aider
|
||||
aider \
|
||||
--model gemini \
|
||||
--editor-model gpt-4.1-mini \
|
||||
--weak-model gpt-4.1-mini \
|
||||
--dark-mode \
|
||||
--completion-menu-bg-color '#1f1f28' \
|
||||
--vim $argv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue