[Emacs] Add gptel

This commit is contained in:
Ivan Malison 2023-05-14 15:17:37 -06:00
parent bb8fc67f07
commit 26560b2884
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -1586,6 +1586,14 @@ custom-set-faces in your custom file.
(progn
(setq highlight-indent-guides-method 'fill)))
#+END_SRC
** chat-gpt
#+begin_src emacs-lisp
(use-package gptel
:config
(progn
;; (setq gptel-model "gpt-4")
))
#+end_src
* helpful
#+begin_src emacs-lisp
(use-package helpful