From 8b740872558e47e159c93ae8a1bd1692da060cda Mon Sep 17 00:00:00 2001 From: Vinay Sharma Date: Fri, 18 Apr 2025 20:00:52 -0700 Subject: [PATCH] Update DeploymentGuide.md Updating the model deployment capacity default value --- docs/DeploymentGuide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.