branch: elpa/aidermacs
commit 3e538c07c1564cae71b1165a772a6c5c5afae1e6
Author: Mingde (Matthew) Zeng <[email protected]>
Commit: Mingde (Matthew) Zeng <[email protected]>
Recommend claude-3-7-sonnet in README
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 1bb52bc52b..82a266f2b5 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ Your contributions are essential to making Aidermacs the best
AI pair programmin
(use-package aidermacs
:straight (:host github :repo "MatthewZMD/aidermacs" :files ("*.el"))
:config
- (setq aidermacs-default-model "anthropic/claude-3-5-sonnet-20241022")
+ (setq aidermacs-default-model "anthropic/claude-3-7-sonnet-20250219")
(setenv "ANTHROPIC_API_KEY" anthropic-api-key)
(global-set-key (kbd "C-c a") 'aidermacs-transient-menu)
; See the Configuration section below