#429 Error

7 messages · Page 1 of 1 (latest)

austere haven
#

i have a discord.js bot using openai npm, when i chat with the bot it give me error
Join to see image

brittle hemlock
#

429 is likely you, having your billing set up wrong or sending too many requests 🙂

austere haven
brittle hemlock
#
  1. You cannot just request hundreds of completions or chats in quick succession.

  2. Also you need to have a credit card added and setup a paid account. Your hard limit must be higher than your usage.

  3. Your credits cannot be expired.

  4. 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.

polar grove
brittle hemlock
#

Are you making many requests, or is it just a request here and there once every minute?