I have a question about the rate limitation of account. A personal account maximum could create 5 secret keys and use the account credits together. So how’s the way to measure the rate limitation? count the API request separately by each key? or sum the requests of each key per minute together?
the account is a personal level account, but i still get the rate limit error when i sent a request. The error info pasted below:
“Rate limit reached for default-text-davinci-003 in organization org-XXXXXXXXX on requests per min. Limit: 60.000000 / min. Current: 70.000000 / min. Contact support@openai.com if you continue to have issues. Please add a payment method to your account to increase your rate limit. Visit OpenAI API to add a payment method.”
it make me confuse the type of my account. do you know the way to check it?