-
-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
I tried this package with GPT-4 using the following configuration:
(defvar my-openai-api-key "sk-xxx")
(use-package openai
:straight (openai :type git :host github :repo "emacs-openai/openai")
:config
(setq openai-key my-openai-api-key)
)
(use-package chatgpt
:straight (chatgpt :type git :host github :repo "emacs-openai/chatgpt")
:config
(setq chatgpt-model "gpt-4")
)But when I try to do query, the following error will be triggered:
Error in post-command-hook (chatgpt-input--post-command): (error "Cannot resize the root window of a frame")
hungry-delete-impl: End of buffer
[error] request--callback: peculiar error: 404
Internal error: 404Regards,
Zhao
Metadata
Metadata
Assignees
Labels
No labels