Skip to content

Commit a51d9a3

Browse files
Update README.md
1 parent ec95c2b commit a51d9a3

File tree

1 file changed

+7
-15
lines changed

1 file changed

+7
-15
lines changed

README.md

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,6 @@ Check the [Azure Products by Region](https://azure.microsoft.com/en-us/explore/g
8585
- Azure OpenAI Service
8686
- Azure AI Search
8787
- [Azure Semantic Search](./docs/AzureSemanticSearchRegion.md)
88-
- Current Azure CLI installed
89-
- You can update to the latest version using ```az upgrade```
90-
- Azure account with appropriate permissions
91-
- Docker installed
9288

9389
### ⚠️ Important: Check Azure OpenAI Quota Availability
9490

@@ -100,28 +96,24 @@ Check the [Azure Products by Region](https://azure.microsoft.com/en-us/explore/g
10096

10197
<!-- [![Deploy to Azure](https://aka.ms/deploytoazurebutton)](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) -->
10298

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-
10599
### Configurable Deployment Settings
106100

107101
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):
108102

109103
| **Setting** | **Description** | **Default value** |
110104
|------------|----------------| ------------|
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 |
113107
| **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 |
116110

117111

118112
### [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.**
123115
124-
To adjust quota settings, follow these [steps](./documentation/AzureGPTQuotaSettings.md)
116+
To adjust quota settings if required, follow these [steps](./documentation/AzureGPTQuotaSettings.md)
125117

126118
### Deployment Options
127119
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

Comments
 (0)