Skip to content

Commit 0cb6a25

Browse files
docs: Updated deployment guide and information message
1 parent 74470e7 commit 0cb6a25

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Deployment/resourcedeployment.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ try {
826826
"2. Check GPT Model's TPM rate in your resource group - $($deploymentResult.ResourceGroupName) `n`r" +
827827
"Please set each value high as much as you can set`n`r" +
828828
"`t- Open AI Resource Name - $($deploymentResult.AzOpenAiServiceName) `n`r" +
829-
"`t- GPT4o Model - $($deploymentResult.AzGPT4oModelName) `n`r" +
829+
"`t- GPT Model - $($deploymentResult.AzGPT4oModelName) `n`r" +
830830
"`t- GPT Embedding Model - $($deploymentResult.AzGPTEmbeddingModelName) `n`r"
831831
Write-Host $messageString -ForegroundColor Yellow
832832
Write-Host "Don't forget to control the TPM rate for your GPT and Embedding Model in Azure Open AI Studio Deployments section." -ForegroundColor Red

docs/DeploymentGuide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ When you start the deployment, most parameters will have **default values**, but
100100
| **GPT Model Name** | Specifies the name of the GPT model to be deployed. | gpt-4.1 |
101101
| **GPT Model Version** | Version of the GPT model to be used for deployment. | 2024-08-06 |
102102
| **GPT Model Capacity** | Sets the GPT model capacity. | 100K |
103-
| **Embedding Model** | Default: **text-embedding-ada-002**. | text-embedding-3-large |
104-
| **Embedding Model Capacity** | Set the capacity for **embedding models** (in thousands). | 200k |
103+
| **Embedding Model** | Sets the embedding model. | text-embedding-3-large |
104+
| **Embedding Model Capacity** | Set the capacity for **embedding models** (in thousands). | 100k |
105105
| **Enable Telemetry** | Enables telemetry for monitoring and diagnostics. | true |
106106
| **Existing Log Analytics Workspace** | To reuse an existing Log Analytics Workspace ID instead of creating a new one. | *(none)* |
107107

0 commit comments

Comments
 (0)