Commit acac41c17df9

Vincent Demeester <vincent@sbr.pm>
2025-02-25 12:34:54
tools/emacs: set coplito-chat-model to claude-3.7-sonnet
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 2cb2a73
Changed files (1)
tools
tools/emacs/config/programming-config.el
@@ -240,6 +240,8 @@ Other types include:
 Here is the result of `git diff --cached`:")
 
 (use-package copilot-chat
+  :custom
+  (copilot-chat-model "claude-3.7-sonnet")
   :bind
   (("C-c a p" . copilot-chat-prompt-transient-menu)
    ("C-c a c" . copilot-chat-insert-commit-message)