File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,12 @@ Execute the following commands inside your terminal:
58
58
azd env set AZURE_OPENAI_CHATGPT_MODEL gpt-4o-mini
59
59
` ` `
60
60
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
+
61
67
1. To set the Azure OpenAI deployment capacity, run this command with the desired capacity.
62
68
63
69
` ` ` bash
@@ -96,6 +102,7 @@ Execute the following commands inside your terminal:
96
102
> * ` azd env set AZURE_OPENAI_CHATGPT_DEPLOYMENT chat` to set the name of your old GPT 3.5 deployment.
97
103
> * ` azd env set AZURE_OPENAI_CHATGPT_MODEL gpt-35-turbo` to set the name of your old GPT 3.5 model.
98
104
> * ` 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.
99
106
> * ` azd env set AZURE_OPENAI_CHATGPT_DEPLOYMENT_VERSION 0613` to set the version number of your old GPT 3.5.
100
107
> * ` azd up` to update the provisioned resources.
101
108
>
You can’t perform that action at this time.
0 commit comments