chatgpt-api-python-sales icon indicating copy to clipboard operation
chatgpt-api-python-sales copied to clipboard

Is it possible to utilize a free OpenAI account for running the program?

Open ZuzooVn opened this issue 2 years ago • 0 comments

After running main.py for the first time, I encountered a rate limit error.

INFO     error_code=rate_limit_exceeded error_message='Rate limit reached for text-embedding-ada-002 in organization                 
         org-xxxxx on requests per min (RPM): Limit 3, Used 3, Requested 1. Please try again in 20s. Visit        
         https://platform.openai.com/account/rate-limits to learn more. You can increase your rate limit by adding a payment method  
         to your account at https://platform.openai.com/account/billing.' error_param=None error_type=requests message='OpenAI API   
         error received' stream_error=False   

Would it be necessary for me to upgrade to a paid account?

Thank you

ZuzooVn avatar Dec 20 '23 03:12 ZuzooVn