From bfe6414f982f875a318d993ead3cc76dce041985 Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Wed, 8 Jan 2025 12:30:47 +0000 Subject: [PATCH] Remove chatgpt-shell config --- config.org | 19 ------------------- 1 file changed, 19 deletions(-) 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