Skip to content

Commit a7e1e10

Browse files
fix: update allowed values for model name and deployment type in documentation
1 parent 98b0056 commit a7e1e10

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/CustomizingAzdParameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Change the Model Deployment Type (allowed values: Standard, GlobalStandard)
1717
azd env set AZURE_ENV_MODEL_DEPLOYMENT_TYPE Standard
1818
```
1919

20-
Set the Model Name (allowed values: gpt-4o-mini, gpt-4o, gpt-4)
20+
Set the Model Name (allowed values: gpt-4o)
2121

2222
```shell
2323
azd env set AZURE_ENV_MODEL_NAME gpt-4o

docs/DeploymentGuide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Check the [Azure Products by Region](https://azure.microsoft.com/en-us/explore/g
1010
- Azure OpenAI Service
1111
- GPT Model Capacity
1212

13-
Here are the allowed regions where the AI services are available: australiaeast, brazilsouth, canadacentral, canadaeast, eastus, eastus2, francecentral, germanywestcentral, japaneast, koreacentral, northcentralus, norwayeast, polandcentral, southafricanorth, southcentralus, southindia, swedencentral, switzerlandnorth, uaenorth, uksouth, westeurope, westus, westus3.
13+
Here are some example regions where the services are available: East US, East US2, Japan East, UK South, Sweden Central.
1414

1515
### ⚠️ Important: Check Azure OpenAI Quota Availability
1616

docs/EXAMPLE-CustomizingAzdParameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Change the Model Deployment Type (allowed values: Standard, GlobalStandard)
1717
azd env set AZURE_ENV_MODEL_DEPLOYMENT_TYPE GlobalStandard
1818
```
1919

20-
Set the Model Name (allowed values: gpt-4o-mini, gpt-4o, gpt-4)
20+
Set the Model Name (allowed values: gpt-4o)
2121

2222
```shell
2323
azd env set AZURE_ENV_MODEL_NAME gpt-4o

0 commit comments

Comments
 (0)