diff --git a/docs/DeploymentGuide.md b/docs/DeploymentGuide.md index 9ab6185f..6911fa70 100644 --- a/docs/DeploymentGuide.md +++ b/docs/DeploymentGuide.md @@ -118,7 +118,7 @@ When you start the deployment, most parameters will have **default values**, but | **Secondary Location** | A **less busy** region for **Azure Cosmos DB**, useful in case of availability constraints. | eastus2 | | **Deployment Type** | Select from a drop-down list. | GlobalStandard | | **GPT Model** | Choose from **gpt-4o**. | gpt-4o | -| **GPT Model Deployment Capacity** | Configure capacity for **GPT models**. | 300k | +| **GPT Model Deployment Capacity** | Configure capacity for **GPT models**. | 30k | @@ -267,4 +267,4 @@ This will rebuild the source code, package it into a container, and push it to t Now that you've completed your deployment, you can start using the solution. Try out these things to start getting familiar with the capabilities: * Open the web container app URL in your browser and explore the web user interface and upload your own invoices. * [Create your own schema definition](./CustomizeSchemaData.md), so you can upload and process your own types of documents. -* [Ingest the API](API.md) for processing documents programmatically. \ No newline at end of file +* [Ingest the API](API.md) for processing documents programmatically.