If you're getting the following 429 error when setting up an API call to OpenAI, you should follow the indicated link to find out more information about the error. It likely needs that you need to check your plan and billing details on OpenAI. This is not a Bubble error — OpenAI is sending this error to Bubble.
There was an issue setting up your call.
Raw response for the API
Status code 429
{
"error": {
"message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.",
"type": "insufficient_quota",
"param": null,
"code": "insufficient_quota"
}
}
