Zero6992 / chatGPT-discord-bot

Integrate ChatGPT into your own discord bot
GNU General Public License v2.0
2.6k stars 699 forks source link

ERROR src.aclient -> Error while sending system prompt: 429 Too Many Requests #432

Closed helsan74 closed 3 months ago

helsan74 commented 1 year ago

Hello,

When I start client 1.5.1 I get this error.

ERROR src.aclient -> Error while sending system prompt: 429 Too Many Requests { "error": { "message": "You exceeded your current quota, please check your plan and billing details.", "type": "insufficient_quota", "param": null, "code": null Is this related to chatGPT? Because if I run 1.2.1 it runs without any issue. I'm trying to understand what setting is wrong.

Thanks

Zero6992 commented 1 year ago

This issue is not related to the version you are using. This error message indicates that you are using OpenAI API but your account has either exceeded its payment limit or lacks a credit card setup

Zero6992 commented 1 year ago

If you prefer not to use OpenAI API, go to the .env file and modify CHAT_MODEL to the model you want to use

helsan74 commented 1 year ago

On 1.2.1 I'm using OFFICIAL without any issue. But on 1.5.1 Also OFFICIAL but I get the error.

Same account on both.