[Issue]: rate limiting openai #1530
Labels
awaiting_response
Maintainers or community have suggested solutions or requested info, awaiting filer response
stale
Used by auto-resolve bot to flag inactive issues
triage
Default label assignment, indicates new issue needs reviewed by a maintainer
Do you need to file an issue?
Describe the issue
Does the system currently handle rate limiting? ie. if a call fails, does it retry?
Steps to reproduce
Run the demo with GPT-4o-mini with default params
GraphRAG Config Used
Logs and screenshots
RateLimitError: Error code: 429 - {'error': {'message': 'Rate limit reached for gpt-4o-mini in organization org-hopsahDE4scy2y7On38ww6ji on tokens per min (TPM): Limit 200000, Used 197135, Requested 4550. Please try again in 505ms. Visit https://platform.openai.com/account/rate-limits to learn more.', 'type': 'tokens', 'param': None, 'code': 'rate_limit_exceeded'}}
Additional Information
The text was updated successfully, but these errors were encountered: