You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/deploy_features.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,13 +35,13 @@ Execute the following commands inside your terminal:
35
35
azd env set AZURE_OPENAI_CHATGPT_MODEL gpt-4
36
36
```
37
37
38
-
1. To set the Azure OpenAI deploymemnt capacity, run this command with the desired capacity.
38
+
1. To set the Azure OpenAI deployment capacity, run this command with the desired capacity.
39
39
40
40
```bash
41
41
azd env set AZURE_OPENAI_CHATGPT_DEPLOYMENT_CAPACITY 10
42
42
```
43
43
44
-
1. To set the Azure OpenAI deploymemnt version from the [available versions](https://learn.microsoft.com/azure/ai-services/openai/concepts/models), run this command with the appropriate version.
44
+
1. To set the Azure OpenAI deployment version from the [available versions](https://learn.microsoft.com/azure/ai-services/openai/concepts/models), run this command with the appropriate version.
45
45
46
46
```bash
47
47
azd env set AZURE_OPENAI_CHATGPT_DEPLOYMENT_VERSION turbo-2024-04-09
0 commit comments