There was an error while loading. Please reload this page.
2 parents 545285c + ad43eb0 commit c4e8df2Copy full SHA for c4e8df2
cicd/bicep/main.bicep
@@ -9,7 +9,7 @@ param instance string
9
param llmFastContext int = 128000
10
param llmFastDeploymentType string = 'GlobalStandard' // Pay-as-you-go in all regions
11
param llmFastModel string = 'gpt-4o-mini'
12
-param llmFastQuota int = 50
+param llmFastQuota int = 150
13
param llmFastVersion string = '2024-07-18'
14
param llmSlowContext int = 128000
15
param llmSlowDeploymentType string = 'GlobalStandard' // Pay-as-you-go in all regions
0 commit comments