-
Hi Team, I am facing below issue when deploying the app using azd up command from powershell pwsh.exe. I am using free trial subscription account with 16k credits available. Below is the error msg when deploying the openai resource: _This operation require 30 new capacity in quota Tokens Per Minute (thousands) - GPT-35-Turbo, which is bigger than the current available capacity 0. The current quota usage is 0 and the quota limit is 0 for quota Tokens Per Minute (thousands) - GPT-35-Turbo. (Code: InsufficientQuota)_ Please help |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 11 replies
-
Here is our guide for free trial deployment: You would need to find a region where you have OpenAI quota, by opening up the Azure AI Foundry and opening the Quotas tab. See if you can find any region that has > 0 quota for the gpt-35-turbo model and text-embedding-ada-002 model. |
Beta Was this translation helpful? Give feedback.
-
This was really helpful Pamela, I was finally able to deploy and test the app successfully. |
Beta Was this translation helpful? Give feedback.
-
Ok, got success with error below and when I am trying to chat it is giving me Error 500: Error Message while deploying the app: Preparing metadata (pyproject.toml) ... error × Preparing metadata (pyproject.toml) did not run successfully.
note: This error originates from a subprocess, and is likely not a problem with pip. [notice] A new release of pip is available: 24.3.1 -> 25.0.1 × Encountered error while generating package metadata. note: This is an issue with the package mentioned above, not pip. Also, when running the container apps, not able to get any chat response: See below error: Appreciate if you can help on this!! Have a great weekend in advance!! |
Beta Was this translation helpful? Give feedback.
-
Is this on Windows? What Python version? You may want to change your Python version. |
Beta Was this translation helpful? Give feedback.
Here is our guide for free trial deployment:
https://github.com/Azure-Samples/azure-search-openai-demo/blob/main/docs/deploy_freetrial.md
You would need to find a region where you have OpenAI quota, by opening up the Azure AI Foundry and opening the Quotas tab. See if you can find any region that has > 0 quota for the gpt-35-turbo model and text-embedding-ada-002 model.