Skip to content

Commit aff599e

Browse files
committed
Add parameter for capacity
1 parent 0ffa605 commit aff599e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

infra/main.parameters.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
"openAiResourceGroupName": {
2121
"value": "${AZURE_OPENAI_RESOURCE_GROUP}"
2222
},
23+
"evalGptDeploymentCapacity": {
24+
"value": "${EVAL_GPT_DEPLOYMENT_CAPACITY}"
25+
},
2326
"openAiSkuName": {
2427
"value": "S0"
2528
},

0 commit comments

Comments
 (0)