#429 Error
7 messages · Page 1 of 1 (latest)
Have you read this? https://platform.openai.com/docs/guides/error-codes/api-errors
An API for accessing new AI models developed by OpenAI
429 is likely you, having your billing set up wrong or sending too many requests 🙂
what do u mean about sending too many requests?
-
You cannot just request hundreds of completions or chats in quick succession.
-
Also you need to have a credit card added and setup a paid account. Your hard limit must be higher than your usage.
-
Your credits cannot be expired.
-
the API might be under heavy load and throttling you.
429 is returned due to one of the above reasons.
There's usually a response body with more info you can inspect.
I'm having the same error, also trying to make a discord bot.
I am almost brand new to coding, but I'm getting this error, I looked it up about the quota, and have checked I have a paid account set up, I have hard and soft limits set, and the usage is currently 0, so I can't see how I
any help or suggestions you can provide would be greatly appreciated 🙂
Are you making many requests, or is it just a request here and there once every minute?