Skip to content

Commit 6ed86d9

Browse files
authored
Update deploy_features.md
1 parent 2dd7ba9 commit 6ed86d9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/deploy_features.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ Execute the following commands inside your terminal:
5858
azd env set AZURE_OPENAI_CHATGPT_MODEL gpt-4o-mini
5959
```
6060

61+
1. To set the Azure OpenAI deployment Sku name, run this command with the desired Sku name.
62+
63+
```bash
64+
azd env set AZURE_OPENAI_CHATGPT_DEPLOYMENT_SKUNAME GlobalStandard
65+
```
66+
6167
1. To set the Azure OpenAI deployment capacity, run this command with the desired capacity.
6268

6369
```bash
@@ -96,6 +102,7 @@ Execute the following commands inside your terminal:
96102
> * `azd env set AZURE_OPENAI_CHATGPT_DEPLOYMENT chat` to set the name of your old GPT 3.5 deployment.
97103
> * `azd env set AZURE_OPENAI_CHATGPT_MODEL gpt-35-turbo` to set the name of your old GPT 3.5 model.
98104
> * `azd env set AZURE_OPENAI_CHATGPT_DEPLOYMENT_CAPACITY 30` to set the capacity of your old GPT 3.5 deployment.
105+
> * `azd env set AZURE_OPENAI_CHATGPT_DEPLOYMENT_SKUNAME Standard` to set the Sku name back to Standard.
99106
> * `azd env set AZURE_OPENAI_CHATGPT_DEPLOYMENT_VERSION 0613` to set the version number of your old GPT 3.5.
100107
> * `azd up` to update the provisioned resources.
101108
>

0 commit comments

Comments
 (0)