diff --git a/home.nix b/home.nix index 84ce276..a8410c7 100644 --- a/home.nix +++ b/home.nix @@ -224,6 +224,6 @@ owner = "softinio"; repo = "nvim-config"; rev = "618913553a236132e558d9df85200ed0f357dc19"; - sha256 = "sha256-0I4yOFbcL9peHvKm8I9LXE2R9i54NvdDO5QJ5oPXTkU="; + sha256 = "sha256-aYYR0KvX0vKg13Xn6l+2irJBjrIrlS5aBgkoZ5nn9yE="; }; } diff --git a/programs/aider/aider.yml b/programs/aider/aider.yml index 9ffcfba..a68dbba 100644 --- a/programs/aider/aider.yml +++ b/programs/aider/aider.yml @@ -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: