Skip to content

Insufficient Quota with free tier subscription #371

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
AlexShovkoplyas opened this issue Sep 24, 2024 · 1 comment
Open

Insufficient Quota with free tier subscription #371

AlexShovkoplyas opened this issue Sep 24, 2024 · 1 comment

Comments

@AlexShovkoplyas
Copy link

AlexShovkoplyas commented Sep 24, 2024

When I try to deploy into Azure with azd up - I get an error :

InsufficientQuota: This operation require 8 new capacity in quota Tokens Per Minute (thousands) - gpt-4o-mini, which is bigger than the current available capacity 1. The current quota usage is 0 and the quota limit is 1 for quota Tokens Per Minute (thousands) - gpt-4o-mini.

I am using free tier subscription and tried to deploy into eastus and Sweden Central locations.

Can you please suggest how can I try this solution with a free tier?

@Regenhardt
Copy link

Try to set these in your environment:

azd env set AZURE_OPENAI_CHATGPT_DEPLOYMENT_CAPACITY 1
azd env set AZURE_OPENAI_EMB_DEPLOYMENT_CAPACITY 1

Source: Python version of this demo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants