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
@@ -100,28 +96,24 @@ Check the [Azure Products by Region](https://azure.microsoft.com/en-us/explore/g
100
96
101
97
<!-- [](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fmicrosoft%2FMulti-Agent-Custom-Automation-Engine-Solution-Accelerator%2Frefs%2Fheads%2Fmain%2Fdeploy%2Fmacae-continer-oc.json) -->
102
98
103
-
When Deployment is complete, follow steps in [Set Up Authentication in Azure App Service](./documentation/azure_app_service_auth_setup.md) to add app authentication to your web app running on Azure App Service
104
-
105
99
### Configurable Deployment Settings
106
100
107
101
When you start the deployment, most parameters will have **default values**, but you can update the below settings by following the steps [here](./docs/CustomizingAzdParameters.md):
108
102
109
103
|**Setting**|**Description**|**Default value**|
110
104
|------------|----------------| ------------|
111
-
|**Environment Name**| A **3-20 character alphanumeric value** used to generate a unique ID to prefix the resources. |byctemplate|
112
-
|**Secondary Location**| A **less busy** region for **CosmosDB**, useful in case of availability constraints. | eastus2 |
105
+
|**Environment Name**| A **3-20 character alphanumeric value** used to generate a unique ID to prefix the resources. |macaetemplate|
106
+
|**Cosmos Location**| A **less busy** region for **CosmosDB**, useful in case of availability constraints. | eastus2 |
113
107
|**Deployment Type**| Select from a drop-down list. | Global Standard |
114
-
|**GPT Model**| Choose from **gpt-4, gpt-4o**| gpt-4o |
115
-
|**GPT Model Deployment Capacity**| Configure capacity for **GPT models**. |30k|
108
+
|**GPT Model**| Choose from **gpt-4o**| gpt-4o |
109
+
|**GPT Model Deployment Capacity**| Configure capacity for **GPT models**. |50k|
116
110
117
111
118
112
### [Optional] Quota Recommendations
119
-
By default, the **Gpt-4o model capacity** in deployment is set to **30k tokens**, so we recommend
120
-
> **For Global Standard | GPT-4o - the capacity to at least 150k tokens post-deployment for optimal performance.**
121
-
122
-
> **For Standard | GPT-4 - ensure a minimum of 30k–40k tokens for best results.**
113
+
By default, the **Gpt-4o model capacity** in deployment is set to **50k tokens**, so we recommend
114
+
> **For Global Standard | GPT-4o - the capacity to at least 50k tokens for optimal performance.**
123
115
124
-
To adjust quota settings, follow these [steps](./documentation/AzureGPTQuotaSettings.md)
116
+
To adjust quota settings if required, follow these [steps](./documentation/AzureGPTQuotaSettings.md)
125
117
126
118
### Deployment Options
127
119
Pick from the options below to see step-by-step instructions for: GitHub Codespaces, VS Code Dev Containers, Local Environments, and Bicep deployments.
0 commit comments