Replies: 1 comment 1 reply
-
|
I will reach out to some others to see what they say. My first suggestion would be to point to the OpenAI API rather than Azure OpenAI. Would that be an option for you? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi friends and @MatthewCalder-msft !
My team and I are running into issues with an API rate limiting errors. We are calling our Azure Open AI endpoint for a RAG search chat application, and getting the following error: "An error occurred when calling Azure OpenAI: Server responded with status 429."
See attached screenshot.
We also researched the issue on Grok.com and received the following suggestion: “The error logs you provided show a 429 error with a suggestion to retry after long durations (e.g., 86400 seconds or 24 hours in some cases), which is common for free trial accounts when quotas are exhausted.”
Since we are using a free trial account for this hackathon and it looks like the quotas are exhausted, is there a way we can get a quota increase to continue development?
We're also looking into implementing load balancing via API management using this tutorial.
In case this load balancing doesn't work, can we get any other advice or assistance to unblock us?
Thanks so much for your help and advice!

Beta Was this translation helpful? Give feedback.
All reactions