[emacs] Keybindings for gptel

This commit is contained in:
John Doty 2025-05-17 11:06:53 -07:00
parent 40a87f666b
commit 3ca393bcfd

View file

@ -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