From 70c9f41c7c9d4ef46aad2ff05b96292c0c187f95 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Sun, 7 May 2023 21:59:50 -0300 Subject: Using chatgpt-shell from melpa instead of Github --- .config/doom/config.el | 3 --- 1 file changed, 3 deletions(-) (limited to '.config/doom/config.el') 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") -- cgit v1.2.3