Skip to content

Commit e8874a5

Browse files
authored
Update deploy_features.md (#1689)
1 parent 3feb654 commit e8874a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/deploy_features.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ Execute the following commands inside your terminal:
3535
azd env set AZURE_OPENAI_CHATGPT_MODEL gpt-4
3636
```
3737

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.
3939

4040
```bash
4141
azd env set AZURE_OPENAI_CHATGPT_DEPLOYMENT_CAPACITY 10
4242
```
4343

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.
4545

4646
```bash
4747
azd env set AZURE_OPENAI_CHATGPT_DEPLOYMENT_VERSION turbo-2024-04-09

0 commit comments

Comments
 (0)