aboutsummaryrefslogtreecommitdiff
path: root/home/programs/aider.nix
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@roblox.com>2026-01-08 09:24:19 -0800
committerFranck Cuny <fcuny@roblox.com>2026-01-08 09:24:19 -0800
commitcb8fe533e6459762e3f5a7d59f49ebb0c6430ce3 (patch)
tree8b23a82b7993a31737a7fbfce72fbe4b41aab8e5 /home/programs/aider.nix
parentdon't duplicate (diff)
downloadinfra-cb8fe533e6459762e3f5a7d59f49ebb0c6430ce3.tar.gz
use correct name for the model
Diffstat (limited to '')
-rw-r--r--home/programs/aider.nix2
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;