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
@@ -43,10 +43,10 @@ Execute the following commands inside your terminal:
43
43
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
44
45
45
```bash
46
-
azd env set AZURE_OPENAI_CHATGPT_DEPLOYMENT_VERSION 0125-Preview
46
+
azd env set AZURE_OPENAI_CHATGPT_DEPLOYMENT_VERSION turbo-2024-04-09
47
47
```
48
48
49
-
1. To updat the deployment with the new parameters, run this command.
49
+
1. To update the deployment with the new parameters, run this command.
0 commit comments