update nvim config hash and update aider config

This commit is contained in:
Salar Rahmanian 2025-06-28 10:51:02 -07:00
parent cdb838f13c
commit 752bdaa98a
2 changed files with 2 additions and 35 deletions

View file

@ -224,6 +224,6 @@
owner = "softinio";
repo = "nvim-config";
rev = "618913553a236132e558d9df85200ed0f357dc19";
sha256 = "sha256-0I4yOFbcL9peHvKm8I9LXE2R9i54NvdDO5QJ5oPXTkU=";
sha256 = "sha256-aYYR0KvX0vKg13Xn6l+2irJBjrIrlS5aBgkoZ5nn9yE=";
};
}

View file

@ -18,40 +18,7 @@
# Main model:
## Specify the model to use for the main chat
#model: xxx
## Use claude-3-opus-20240229 model for the main chat
#opus: false
## Use anthropic/claude-3-7-sonnet-20250219 model for the main chat
sonnet: true
## Use claude-3-5-haiku-20241022 model for the main chat
#haiku: false
## Use gpt-4-0613 model for the main chat
#4: false
## Use gpt-4o model for the main chat
# 4o: true
## Use gpt-4o-mini model for the main chat
#mini: false
## Use gpt-4-1106-preview model for the main chat
#4-turbo: false
## Use gpt-3.5-turbo model for the main chat
#35turbo: false
## Use deepseek/deepseek-chat model for the main chat
#deepseek: false
## Use o1-mini model for the main chat
#o1-mini: false
## Use o1-preview model for the main chat
#o1-preview: false
model: anthropic/claude-sonnet-4-20250514
########################
# API Keys and settings: