[emacs] Keybindings for gptel
This commit is contained in:
parent
40a87f666b
commit
3ca393bcfd
1 changed files with 4 additions and 0 deletions
|
|
@ -1423,6 +1423,10 @@ Do this when you edit your project view."
|
||||||
(error "Key file keys.json file not found at %s" keys-file))))
|
(error "Key file keys.json file not found at %s" keys-file))))
|
||||||
|
|
||||||
(use-package gptel :ensure
|
(use-package gptel :ensure
|
||||||
|
:bind (:map gptel-mode-map
|
||||||
|
("C-c C-g" . gptel-menu)
|
||||||
|
("C-c C-t" . gptel-tools))
|
||||||
|
|
||||||
:config
|
:config
|
||||||
(setq
|
(setq
|
||||||
gptel-model 'claude-3-7-sonnet-20250219 ; "claude-3-opus-20240229" also available
|
gptel-model 'claude-3-7-sonnet-20250219 ; "claude-3-opus-20240229" also available
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue