You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CustomizingAzdParameters.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ By default this template will use the environment name as the prefix to prevent
18
18
|`AZURE_ENV_MODEL_4_1_DEPLOYMENT_TYPE`| string |`GlobalStandard`| Defines the deployment type for the AI model (e.g., Standard, GlobalStandard). |
19
19
|`AZURE_ENV_MODEL_4_1_NAME`| string |`gpt-4.1`| Specifies the name of the GPT model to be deployed. |
20
20
|`AZURE_ENV_MODEL_4_1_VERSION`| string |`2025-04-14`| Version of the GPT model to be used for deployment. |
21
-
|`AZURE_ENV_MODEL_4_1_CAPACITY`| int |`150`| Sets the GPT model capacity. |
21
+
|`AZURE_ENV_MODEL_4_1_CAPACITY`| int |`50`| Sets the GPT model capacity. |
22
22
|`AZURE_ENV_REASONING_MODEL_DEPLOYMENT_TYPE`| string |`GlobalStandard`| Defines the deployment type for the AI model (e.g., Standard, GlobalStandard). |
23
23
|`AZURE_ENV_REASONING_MODEL_NAME`| string |`o4-mini`| Specifies the name of the reasoning GPT model to be deployed. |
24
24
|`AZURE_ENV_REASONING_MODEL_VERSION`| string |`2025-04-16`| Version of the reasoning GPT model to be used for deployment. |
Copy file name to clipboardExpand all lines: infra/main.json
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
"_generator": {
7
7
"name": "bicep",
8
8
"version": "0.43.8.12551",
9
-
"templateHash": "6587818059632090787"
9
+
"templateHash": "17441022390921143507"
10
10
},
11
11
"name": "Multi-Agent Custom Automation Engine",
12
12
"description": "This module contains the resources required to deploy the [Multi-Agent Custom Automation Engine solution accelerator](https://github.com/microsoft/Multi-Agent-Custom-Automation-Engine-Solution-Accelerator) for both Sandbox environments and WAF aligned environments.\n\n> **Note:** This module is not intended for broad, generic use, as it was designed by the Commercial Solution Areas CTO team, as a Microsoft Solution Accelerator. Feature requests and bug fix requests are welcome if they support the needs of this organization but may not be incorporated if they aim to make this module more generic than what it needs to be for its primary use case. This module will likely be updated to leverage AVM resource modules in the future. This may result in breaking changes in upcoming versions when these features are implemented.\n"
@@ -64,7 +64,7 @@
64
64
"azd": {
65
65
"type": "location",
66
66
"usageName": [
67
-
"OpenAI.GlobalStandard.gpt4.1, 150",
67
+
"OpenAI.GlobalStandard.gpt4.1, 50",
68
68
"OpenAI.GlobalStandard.o4-mini, 50",
69
69
"OpenAI.GlobalStandard.gpt4.1-mini, 50"
70
70
]
@@ -176,9 +176,9 @@
176
176
},
177
177
"gpt4_1ModelCapacity": {
178
178
"type": "int",
179
-
"defaultValue": 150,
179
+
"defaultValue": 50,
180
180
"metadata": {
181
-
"description": "Optional. AI model deployment token capacity. Defaults to 150 for optimal performance."
181
+
"description": "Optional. AI model deployment token capacity. Defaults to 50 for optimal performance."
0 commit comments