emacs-openai / chatgpt

Use ChatGPT inside Emacs
GNU General Public License v3.0
185 stars 21 forks source link

chatgpt can not used in emacs #15

Closed humorForus closed 1 year ago

humorForus commented 1 year ago

when I use chatgpt in emacs29, I receive these error:

"[error] request--callback: peculiar error: 400 400 - Bad request. Please check error message and your parameters"

other function such as "openai-chat-say" is normal, so I need your help, Thanks!

jcs090218 commented 1 year ago

Can you try the debugging section, see https://github.com/emacs-openai/openai#-debugging.

It should print more information about the bad request! Thank you!

humorForus commented 1 year ago

I misunderstood the meaning of openai user UID, which led to this error. It has been resolved now. Thank you!