Add chatgpt-shell

This commit is contained in:
Tobias Ostner 2023-03-26 09:49:25 +02:00
parent 52e421bb3d
commit 3f88a65298

View file

@ -64,6 +64,12 @@
(require 'to-secrets)
(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))
(use-package cider
:defer t)