fix(emacs): change claude model
This commit is contained in:
parent
4892d9ee4c
commit
b7049cf705
1 changed files with 5 additions and 6 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue