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: articles/ai-services/openai/includes/text-to-speech-javascript.md
+2-165Lines changed: 2 additions & 165 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,26 +14,12 @@ recommendations: false
14
14
15
15
## Prerequisites
16
16
17
-
#### [JavaScript](#tab/javascript)
18
-
19
17
- An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services?azure-portal=true)
20
18
-[LTS versions of Node.js](https://github.com/nodejs/release#release-schedule)
21
19
-[Azure CLI](/cli/azure/install-azure-cli) used for passwordless authentication in a local development environment, create the necessary context by signing in with the Azure CLI.
22
20
- An Azure OpenAI resource created in a supported region (see [Region availability](/azure/ai-services/openai/concepts/models#model-summary-table-and-region-availability)). For more information, see [Create a resource and deploy a model with Azure OpenAI](../how-to/create-resource.md).
23
21
24
22
25
-
#### [TypeScript](#tab/typescript)
26
-
27
-
- An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services?azure-portal=true)
28
-
-[LTS versions of Node.js](https://github.com/nodejs/release#release-schedule)
-[Azure CLI](/cli/azure/install-azure-cli) used for passwordless authentication in a local development environment, create the necessary context by signing in with the Azure CLI.
31
-
- An Azure OpenAI resource created in a supported region (see [Region availability](/azure/ai-services/openai/concepts/models#model-summary-table-and-region-availability)). For more information, see [Create a resource and deploy a model with Azure OpenAI](../how-to/create-resource.md).
32
-
33
-
34
-
35
-
---
36
-
37
23
## Set up
38
24
39
25
### Retrieve key and endpoint
@@ -108,83 +94,7 @@ Your app's _package.json_ file will be updated with the dependencies.
0 commit comments