[Emacs] Add gptel

This commit is contained in:
2023-05-14 15:17:37 -06:00
parent bb8fc67f07
commit 26560b2884

View File

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