matrixgpt / matrix-chatgpt-bot

Talk to ChatGPT via any Matrix client!
GNU Affero General Public License v3.0
238 stars 64 forks source link

Insufficent_quota #217

Closed chitrangad closed 1 year ago

chitrangad commented 1 year ago

I installed the bot via docker compose and setup my env file as per example. The bot starts successfully and I can open the chat. However, I'm getting the insufficient_quota error. I checked my OpenAI account and I have zero calls so far. I'm using free account. Using 3.5-turbo

"error": { "message": "You exceeded your current quota, please check your plan and billing details.", "type": "insufficient_quota", "param": null, "code": "insufficient_quota" }

tcpipuk commented 1 year ago

That error is coming from OpenAI, so that looks very much like an OpenAI issue?

chitrangad commented 1 year ago

Yes, looks like it. A quick search tells me I'm not the only one facing it. It's an issue with OpenAI API after they went live with monetization model. I will close the issue as it's not related to the project.