We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e5ee6d commit aef4198Copy full SHA for aef4198
infra/main.parameters.json
@@ -23,6 +23,9 @@
23
"gptModelCapacity": {
24
"value": "${AZURE_ENV_MODEL_CAPACITY}"
25
},
26
+ "gpt4_1ModelCapacity": {
27
+ "value": "${AZURE_ENV_MODEL_4_1_CAPACITY}"
28
+ },
29
"backendContainerImageTag": {
30
"value": "${AZURE_ENV_IMAGE_TAG=latest_v3}"
31
@@ -42,4 +45,4 @@
42
45
"value": "${AZURE_EXISTING_AI_PROJECT_RESOURCE_ID}"
43
46
}
44
47
-}
48
+}
0 commit comments