Skip to content

Commit 1a5e457

Browse files
Revert AI model capacity value after testing
1 parent 244e5a8 commit 1a5e457

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

infra/main.bicep

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ param location string = resourceGroup().location
3636
azd : {
3737
type: 'location'
3838
usageName : [
39-
'OpenAI.GlobalStandard.gpt-4o, 5'
39+
'OpenAI.GlobalStandard.gpt-4o, 150'
4040
]
4141
}
4242
})
4343
@description('Optional. Location for all AI service resources. This location can be different from the resource group location.')
4444
param aiDeploymentsLocation string
4545

4646
@description('Optional. AI model deployment token capacity. Defaults to 150K tokens per minute.')
47-
param capacity int = 5
47+
param capacity int = 150
4848

4949
@description('Optional. Enable monitoring for the resources. This will enable Application Insights and Log Analytics. Defaults to false.')
5050
param enableMonitoring bool = useWafAlignedArchitecture? true : false

0 commit comments

Comments
 (0)