Add gptel-quick
This commit is contained in:
parent
ccaf60abbd
commit
e0f367faad
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user