fix(emacs): correct gptel
configuration
This commit is contained in:
parent
51ffc28d79
commit
392ce8ab99
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
|
||||
(use-package gptel :straight t
|
||||
: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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue