Load chatgpt-shell from melpa

This commit is contained in:
Tobias Ostner 2023-04-27 08:17:14 +02:00
parent 2a662f49e3
commit 0c7cb73424
2 changed files with 0 additions and 2 deletions

View file

@ -61,7 +61,6 @@
(setq c3po-api-key to/chat-gpt-api-key))
(use-package chatgpt-shell
:load-path "packages/chatgpt-shell"
:config
(require 'to-secrets)
(setq chatgpt-shell-openai-key to/chat-gpt-api-key))