-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Description
Hey,
After I updated emacs to 30.1 (GNU Emacs 30.1 build 2) and chatgpt-shell to v2.20.2, I can't seem to use any functions which actually use the AI.
chatgpt-shell-version works, and Im guessing other functions not directly making requests via the OpenAI API work. But most importantly chatgpt-shell causes Emacs to hang forever.
Please let me know if you'd like more information
;;;; ChatGPT-shell
(use-package chatgpt-shell
:custom
(chatgpt-shell-openai-key
(lambda () (auth-source-pick-first-password :host "openai-key"))))
Thanks!
Metadata
Metadata
Assignees
Labels
No labels