1
0
Fork 0

fix(emacs): change claude model

This commit is contained in:
Lucas Sta Maria 2025-02-26 21:13:22 -05:00
parent 4892d9ee4c
commit b7049cf705
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -28,14 +28,13 @@
"o" #'gptel-menu) "o" #'gptel-menu)
(use-package gptel :straight t (use-package gptel :straight t
:custom
(gptel-model 'claude-3-5-sonnet-20241022)
(gptel-backend
(gptel-make-anthropic "Claude"
:stream t
:key #'gptel-api-key-from-auth-source))
:init :init
(keymap-global-set "C-c g" gptel-keymap)) (keymap-global-set "C-c g" gptel-keymap))
(setq gptel-model 'claude-3-7-sonnet-latest)
(setq gptel-backend
(gptel-make-anthropic "Claude"
:stream t
:key #'gptel-api-key-from-auth-source)))
(use-package copilot (use-package copilot
:straight (copilot :type git :host github :repo "copilot-emacs/copilot.el")) :straight (copilot :type git :host github :repo "copilot-emacs/copilot.el"))
(use-package copilot-chat (use-package copilot-chat