[emacs] Use llm doom module for gptel
This commit is contained in:
@@ -78,8 +78,7 @@
|
|||||||
(output (shell-command-to-string cmd)))
|
(output (shell-command-to-string cmd)))
|
||||||
(string-trim output)))
|
(string-trim output)))
|
||||||
|
|
||||||
(use-package! gptel
|
(after! gptel
|
||||||
:defer t
|
|
||||||
:config
|
:config
|
||||||
(setq! gptel-api-key (my/get-rbw-password "openai-api-key-chatgpt-el")))
|
(setq! gptel-api-key (my/get-rbw-password "openai-api-key-chatgpt-el")))
|
||||||
|
|
||||||
|
|||||||
@@ -94,6 +94,7 @@
|
|||||||
;;editorconfig ; let someone else argue about tabs vs spaces
|
;;editorconfig ; let someone else argue about tabs vs spaces
|
||||||
;;ein ; tame Jupyter notebooks with emacs
|
;;ein ; tame Jupyter notebooks with emacs
|
||||||
(eval +overlay) ; run code, run (also, repls)
|
(eval +overlay) ; run code, run (also, repls)
|
||||||
|
llm ; When I said you needed friends, I didn't mean...
|
||||||
lookup ; navigate your code and its documentation
|
lookup ; navigate your code and its documentation
|
||||||
lsp ; M-x vscode
|
lsp ; M-x vscode
|
||||||
magit ; a git porcelain for Emacs
|
magit ; a git porcelain for Emacs
|
||||||
|
|||||||
Reference in New Issue
Block a user