yGuy / chatgpt-mattermost-bot

A very simple implementation of a service for a mattermost bot that uses ChatGPT in the backend.
MIT License
145 stars 50 forks source link

Request failed with status code 429 #52

Closed phyx3r closed 1 year ago

phyx3r commented 1 year ago

I've followed the instruction to connect the bot to my Mattermost instance and I'm facing 429 error from ChatGPT. Any idea? Thanks

yGuy commented 1 year ago

https://www.mlyearning.org/chat-gpt-error-429/

phyx3r commented 1 year ago

@yGuy this is not the case as I’ve just installed and try to send ONE message to chatgpt. Is not a real 429 error I think.

yGuy commented 1 year ago

Either way, it's not the bot that sends 429 but OpenAI, so the problem is not with the bot. Check with OpenAI to debug the problem.