You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running the demo code using Azure Open AI, tier pay as you go, the limit is 30k per minute. However, with such a large limit, my prompt was "Build a Cargo game in Python" The system keeps giving me RateLimitErrors. I believe that 30k per minute is quite large already. Not sure if the system is technically feasible if it cannot run with the above token rate limit.
The text was updated successfully, but these errors were encountered:
Thank you for your concern. This issue may stem from your Azure OpenAI key, which can be easily fixed by increasing the TPM. Also, you can check whether the key you're using is shared with anyone. Technically, our method will run seamlessly from phase to phase, which can lead to a noticeable number of requests within a short time.
Hi there, what is the new TPM you are suggesting to request from Azure? Let's say 100k TPM? Let me know about this with more details if you can. I am just afraid that if we ask for more tokens, the designed system might be too expensive/inefficient to run?
I am running the demo code using Azure Open AI, tier pay as you go, the limit is 30k per minute. However, with such a large limit, my prompt was "Build a Cargo game in Python" The system keeps giving me RateLimitErrors. I believe that 30k per minute is quite large already. Not sure if the system is technically feasible if it cannot run with the above token rate limit.
The text was updated successfully, but these errors were encountered: