[emacs] Use llm doom module for gptel

This commit is contained in:
2025-09-08 07:10:51 -07:00
parent fb9dd66cf4
commit 3d95995ebc
2 changed files with 2 additions and 2 deletions

View File

@@ -78,8 +78,7 @@
(output (shell-command-to-string cmd)))
(string-trim output)))
(use-package! gptel
:defer t
(after! gptel
:config
(setq! gptel-api-key (my/get-rbw-password "openai-api-key-chatgpt-el")))