Add gptel-quick

This commit is contained in:
Jeremy Dormitzer 2024-07-03 16:09:55 -04:00
parent ccaf60abbd
commit e0f367faad

View File

@ -9,7 +9,17 @@
gptel-backend (gptel-make-ollama "Ollama"
:stream t
:models '("llama3:latest"
"mistral:latest"))))
"mistral:latest")))
:general
("C-c RET" #'gptel-send
"C-c C-<return>" #'gptel-menu))
(use-package gptel-quick
:straight (:type git :host github :repo "karthink/gptel-quick")
:commands gptel-quick
:general
(embark-general-map
"?" #'gptel-quick))
(use-package llama
:straight `(:local-repo ,(expand-file-name "packages/llama" user-emacs-directory) :type nil)