Skip to content

Commit e4cc6a1

Browse files
updated gpt model token limit
1 parent d1e9d25 commit e4cc6a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infra/main.bicep

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:')

0 commit comments

Comments
 (0)