From cb8fe533e6459762e3f5a7d59f49ebb0c6430ce3 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 8 Jan 2026 09:24:19 -0800 Subject: use correct name for the model --- home/programs/aider.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3