We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 244e5a8 commit 1a5e457Copy full SHA for 1a5e457
1 file changed
infra/main.bicep
@@ -36,15 +36,15 @@ param location string = resourceGroup().location
36
azd : {
37
type: 'location'
38
usageName : [
39
- 'OpenAI.GlobalStandard.gpt-4o, 5'
+ 'OpenAI.GlobalStandard.gpt-4o, 150'
40
]
41
}
42
})
43
@description('Optional. Location for all AI service resources. This location can be different from the resource group location.')
44
param aiDeploymentsLocation string
45
46
@description('Optional. AI model deployment token capacity. Defaults to 150K tokens per minute.')
47
-param capacity int = 5
+param capacity int = 150
48
49
@description('Optional. Enable monitoring for the resources. This will enable Application Insights and Log Analytics. Defaults to false.')
50
param enableMonitoring bool = useWafAlignedArchitecture? true : false
0 commit comments