diff --git a/config.org b/config.org index 0996f95..1d8c241 100644 --- a/config.org +++ b/config.org @@ -1377,25 +1377,6 @@ 'clang-format-region-or-buffer))) #+end_src -** ChatGPT - The =chatpt-shell= package provides a shell-like interface for - ChatGPT. - - #+begin_src emacs-lisp - (use-package chatgpt-shell) - #+end_src - - [[help:chatgpt-shell-openai-key][chatgpt-shell-openai-key]] must also be set to a function that - returns an OpenAI API key. I have a key (made on [[https://platform.openai.com/account/api-keys][this page]]) stored - in =pass(1)= under =openai/api-key=, so this can be retrieved via - [[help:process-lines][process-lines]]: - - #+begin_src emacs-lisp - (setq chatgpt-shell-openai-key - (lambda () - (car (process-lines "pass" "openai/api-key")))) - #+end_src - ** GraphViz The =graphviz-dot-mode= package provides some integration for the GraphViz suite of tools, and a mode for the 'dot' language they