I am looking to build a streamlit application with OpenAI. I have 5 dollars in credit, so no issues with it. But I get to see this error:
RateLimitError: Error 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': None, 'code': 'insufficient_quota'}}
However, If I use ollama api the chatbot works fine. I use langchain workflow instead of the implementing in the openai api directly. My code works as I evaluated with opensource models but it does not work with openai. I use 3.5 turbo.
My token size are <400
Any suggestion?