Add a bit of doc for chatgpt-shell

This commit is contained in:
larstvei 2023-06-05 19:03:30 +02:00
parent ca835e1f83
commit ec8521a484

View File

@ -694,6 +694,14 @@
** ChatGPT ** ChatGPT
I have a line like this:
#+begin_example
machine api.openai.com password OPEN-AI-KEY
#+end_example
in my ~.authinfo~ file. Then the ~chatgpt-shell-openai-key~ can by set by:
#+begin_src emacs-lisp #+begin_src emacs-lisp
(setq chatgpt-shell-openai-key (setq chatgpt-shell-openai-key
(auth-source-pick-first-password :host "api.openai.com")) (auth-source-pick-first-password :host "api.openai.com"))