summaryrefslogtreecommitdiff
path: root/.config/doom/config.el
diff options
context:
space:
mode:
Diffstat (limited to '.config/doom/config.el')
-rw-r--r--.config/doom/config.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/.config/doom/config.el b/.config/doom/config.el
index 55503681..5b50b1ec 100644
--- a/.config/doom/config.el
+++ b/.config/doom/config.el
@@ -446,9 +446,6 @@ text and copying to the killring."
(beacon-mode t)
;; ChatGPT
-(require 'chatgpt-shell)
-(require 'ob-chatgpt-shell)
-(require 'ob-dall-e-shell)
(setq chatgpt-shell-chatgpt-model-version "gpt-3.5-turbo")
(setq chatgpt-shell-chatgpt-streaming "t")
(setq chatgpt-shell-chatgpt-system-prompt "You are a senior Python developer in charge of maintaining a very big application")