branch: elpa/aidermacs
commit 2bf5e4849f9ca8d6b7107fd61f393c4ca8c81a8e
Author: Mingde (Matthew) Zeng <[email protected]>
Commit: Mingde (Matthew) Zeng <[email protected]>
Use anthropic/claude-3-7-sonnet-20250219 by default
Partially addresses #30
---
aidermacs-models.el | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/aidermacs-models.el b/aidermacs-models.el
index fe48ec6f3a..6c795d89f1 100644
--- a/aidermacs-models.el
+++ b/aidermacs-models.el
@@ -18,12 +18,12 @@
"Model selection customization for aidermacs."
:group 'aidermacs)
-(defcustom aidermacs-default-model "anthropic/claude-3-5-sonnet-20241022"
+(defcustom aidermacs-default-model "anthropic/claude-3-7-sonnet-20250219"
"Default AI model to use for aidermacs sessions when not in Architect mode."
:type 'string
:group 'aidermacs-models)
-(defcustom aidermacs-architect-model "o1-mini"
+(defcustom aidermacs-architect-model "anthropic/claude-3-7-sonnet-20250219"
"Default AI model to use for architectural reasoning in aidermacs sessions."
:type 'string
:group 'aidermacs-models)
@@ -51,8 +51,8 @@ Defaults to `aidermacs-default-model` if not explicitly set."
(aidermacs-exit))))
(defcustom aidermacs-popular-models
- '("anthropic/claude-3-5-sonnet-20241022"
- "o3-mini"
+ '("anthropic/claude-3-7-sonnet-20250219"
+ "o1-mini"
"gemini/gemini-2.0-flash"
"r1"
"deepseek/deepseek-chat"