Hello! Just made an account here, trying to integrate with OpenAI.
Learned how-to here: https://wgmi-academy.circle.so/c/bubble-no-code-saas/sections/63482/lessons/204712.
Using a template that does most of the heavy lifting for me.
This is the error I am getting. Please help.
Raw response for the API
Status code 429
{
“error”: {
“message”: “You exceeded your current quota, please check your plan and billing details.”,
“type”: “insufficient_quota”,
“param”: null,
“code”: null
}
}