[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/aidermacs 2bf5e4849f 332/466: Use anthropic/claude-3-7-son
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/aidermacs 2bf5e4849f 332/466: Use anthropic/claude-3-7-sonnet-20250219 by default |
Date: |
Sat, 15 Mar 2025 19:17:25 -0400 (EDT) |
branch: elpa/aidermacs
commit 2bf5e4849f9ca8d6b7107fd61f393c4ca8c81a8e
Author: Mingde (Matthew) Zeng <matthewzmd@posteo.net>
Commit: Mingde (Matthew) Zeng <matthewzmd@posteo.net>
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"
- [nongnu] elpa/aidermacs e2c81ef319 271/466: Fix vterm advice #15, (continued)
- [nongnu] elpa/aidermacs e2c81ef319 271/466: Fix vterm advice #15, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs a727913475 277/466: Add aidermacs-drop-current-file, refactoring, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs bf9ad44c7d 280/466: Dynamically fetch models from providers, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs e4d9ac2b1b 288/466: Update README, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs a99b6c0998 287/466: Merge pull request #11 from ArthurHeymans/DynamicallyModelFetch, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs d9dbc6336d 290/466: Set aidermacs-auto-commits to nil by default, way too intrusive., ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs c91522d2c6 294/466: Update docstring, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs ee5e3e5658 324/466: Fix README, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 3508032e5a 323/466: Refactor add process, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs c04309b90e 330/466: fix: more misplaced aidermacs-add-current-file, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 2bf5e4849f 332/466: Use anthropic/claude-3-7-sonnet-20250219 by default,
ELPA Syncer <=
- [nongnu] elpa/aidermacs f8240d8537 333/466: Fix docstrings, remove unused aidermacs-utils.el, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 163462bd87 337/466: Teach users how to use the new sonnet with thinking tokens, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs a3b90b7831 342/466: Sync aidermacs-doom.el with aidermacs-transient-menu, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 5312291b0f 351/466: Fix aidermacs--vterm-output-advice, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs d5480ad14b 350/466: Improve vterm backend, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 4f946571c9 355/466: Merge pull request #35 from CeleritasCelery/syntax_fix, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 5b8ef9963c 364/466: Refine RECIPE, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs d88a9cbe46 362/466: Merge pull request #36 from LemonBreezes/fix-format-string-in-message-function, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs a5a2014492 363/466: Add SDPX-License-Identifier, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 6cf069083d 378/466: Remove aidermacs-doom.el, ELPA Syncer, 2025/03/15