File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ param secondaryLocation string = 'eastus2'
1414 azd : {
1515 type : 'location'
1616 usageName : [
17- 'OpenAI.GlobalStandard.gpt4.1,200 '
17+ 'OpenAI.GlobalStandard.gpt4.1,150 '
1818 'OpenAI.Standard.text-embedding-ada-002,80'
1919 ]
2020 }
@@ -42,7 +42,7 @@ param azureOpenaiAPIVersion string = '2025-01-01-preview'
4242@description ('Capacity of the GPT deployment:' )
4343// You can increase this, but capacity is limited per model/region, so you will get errors if you go over
4444// https://learn.microsoft.com/en-us/azure/ai-services/openai/quotas-limits
45- param gptDeploymentCapacity int = 200
45+ param gptDeploymentCapacity int = 150
4646
4747@minLength (1 )
4848@description ('Name of the Text Embedding model to deploy:' )
You can’t perform that action at this time.
0 commit comments