Skip to content

Commit e8249d2

Browse files
docs: Update DeployAzureResources.md with current GPT model details
Replaced outdated GPT-4-32k reference with GPT-4o, which is now used in the deployment. Also added a note that GPT models may be retired over time, and recommend checking Azure OpenAI model availability regularly to avoid deployment issues.
1 parent a2b15ae commit e8249d2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Deployment/DeployAzureResources.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,11 @@ Before deploying the solution, ensure you have the following tools and access in
6565
*Some services in this solution are restricted to specific Azure regions due to model availability.*
6666
6767
- **Azure OpenAI (Sweden Central)**
68-
This solution uses `gpt-4o`, `gpt-4-32k`, and `text-embedding-3-large`, which are currently available in the **Sweden Central** region.
69-
Refer to the [model availability table](https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models#model-summary-table-and-region-availability) for the latest info.
68+
This solution uses the following models and deploys in the Sweden Central region:
69+
- gpt-4o – Model version 2024-11-20
70+
- text-embedding-3-large
71+
72+
*Note: OpenAI models are periodically updated, and older models may be deprecated or retired. Always refer to the [model availability table](https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models) to ensure compatibility and continued availability in your region.*
7073
7174
- **Azure AI Document Intelligence (East US)**
7275
Requires API version `2023-10-31-preview` or later, currently available in **East US**.

0 commit comments

Comments
 (0)