diff options
Diffstat (limited to 'home')
| -rw-r--r-- | home/programs/aider.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/programs/aider.nix b/home/programs/aider.nix index f1c38e5..2346c57 100644 --- a/home/programs/aider.nix +++ b/home/programs/aider.nix @@ -10,7 +10,7 @@ home.file.".aider.conf.yml".text = pkgs.lib.generators.toYAML { } { model = "anthropic/claude-sonnet-4-5"; - weak-model = "anthropic/claude-3-5-haiku"; + weak-model = "anthropic/claude-3-5-haiku-latest"; attribute-author = false; attribute-committer = false; analytics-disable = true; |
