Add chatgpt-shell
This commit is contained in:
parent
52e421bb3d
commit
3f88a65298
1 changed files with 6 additions and 0 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue