1
0
Fork 0

fix(emacs): become claude-pilled

This commit is contained in:
Lucas Sta Maria 2025-02-12 17:38:35 -05:00
parent 347a5bcd07
commit ce83f00664
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -28,6 +28,12 @@
"o" #'gptel-menu) "o" #'gptel-menu)
(use-package gptel :straight t (use-package gptel :straight t
:custom
(gptel-model 'claude-3-sonnet-20240229)
(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))
(use-package copilot (use-package copilot