Skip to content

Commit c4e8df2

Browse files
committed
Merge branch 'develop'
2 parents 545285c + ad43eb0 commit c4e8df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎cicd/bicep/main.bicep‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ param instance string
99
param llmFastContext int = 128000
1010
param llmFastDeploymentType string = 'GlobalStandard' // Pay-as-you-go in all regions
1111
param llmFastModel string = 'gpt-4o-mini'
12-
param llmFastQuota int = 50
12+
param llmFastQuota int = 150
1313
param llmFastVersion string = '2024-07-18'
1414
param llmSlowContext int = 128000
1515
param llmSlowDeploymentType string = 'GlobalStandard' // Pay-as-you-go in all regions

0 commit comments

Comments
 (0)