Skip to content

Commit aef4198

Browse files
Add gpt4_1ModelCapacity parameter
1 parent 8e5ee6d commit aef4198

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

infra/main.parameters.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
"gptModelCapacity": {
2424
"value": "${AZURE_ENV_MODEL_CAPACITY}"
2525
},
26+
"gpt4_1ModelCapacity": {
27+
"value": "${AZURE_ENV_MODEL_4_1_CAPACITY}"
28+
},
2629
"backendContainerImageTag": {
2730
"value": "${AZURE_ENV_IMAGE_TAG=latest_v3}"
2831
},
@@ -42,4 +45,4 @@
4245
"value": "${AZURE_EXISTING_AI_PROJECT_RESOURCE_ID}"
4346
}
4447
}
45-
}
48+
}

0 commit comments

Comments
 (0)