We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42daf04 commit d2137eaCopy full SHA for d2137ea
articles/ai-services/openai/includes/text-to-speech-dotnet.md
@@ -37,7 +37,7 @@ Go to your resource in the Azure portal. The **Endpoint and Keys** can be found
37
1. Create a .NET app using the `dotnet new` command:
38
39
```dotnetcli
40
- dotnet new console -n OpenAISpeech
+ dotnet new console -n TextToSpeech
41
```
42
43
1. Change into the directory of the new app:
0 commit comments