Hello everyone. I’m trying to build an app in Python implementing the gpt API, but I keep getting the same error:
‘openai.error.RateLimitError: 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.’
I tried several models and can’t get out of that error. I was wondering if maybe it’s because I’m a free user and the implementation of API requires buying a certain product. For now, as I am practicing and quite new to this kind of program I just wanted to test it by myself before buying anything.
Is it possible? Perhaps there’s something wrong with my code.