I’m getting a 429 status code error,
{‘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’: None, ‘code’: ‘insufficient_quota’}}.
Even though I’ve already added credits and verified that the playground feature works and I have access to gpt-3.5-turbo and gpt-4o-mini, but when I try to run my custom chatbot using python it returns the 429 status code error.
I can also share my code if that helps.