We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1e9d25 commit e4cc6a1Copy full SHA for e4cc6a1
1 file changed
infra/main.bicep
@@ -14,7 +14,7 @@ param secondaryLocation string = 'eastus2'
14
azd: {
15
type: 'location'
16
usageName: [
17
- 'OpenAI.GlobalStandard.gpt4.1,200'
+ 'OpenAI.GlobalStandard.gpt4.1,150'
18
'OpenAI.Standard.text-embedding-ada-002,80'
19
]
20
}
@@ -42,7 +42,7 @@ param azureOpenaiAPIVersion string = '2025-01-01-preview'
42
@description('Capacity of the GPT deployment:')
43
// You can increase this, but capacity is limited per model/region, so you will get errors if you go over
44
// https://learn.microsoft.com/en-us/azure/ai-services/openai/quotas-limits
45
-param gptDeploymentCapacity int = 200
+param gptDeploymentCapacity int = 150
46
47
@minLength(1)
48
@description('Name of the Text Embedding model to deploy:')
0 commit comments