Skip to content

Commit 5d73951

Browse files
committed
update javascript and typescript quickstarts
1 parent e6d6187 commit 5d73951

File tree

4 files changed

+4
-14
lines changed

4 files changed

+4
-14
lines changed

articles/ai-services/openai/includes/realtime-javascript.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: eric-urban
44
ms.author: eur
55
ms.service: azure-ai-openai
66
ms.topic: include
7-
ms.date: 1/21/2025
7+
ms.date: 3/20/2025
88
---
99

1010
## Prerequisites
@@ -50,11 +50,6 @@ For the recommended keyless authentication with Microsoft Entra ID, you need to:
5050
npm install @azure/identity
5151
```
5252

53-
1. Install the websocket client library for JavaScript with:
54-
55-
```console
56-
npm install ws
57-
```
5853

5954
## Retrieve resource information
6055

articles/ai-services/openai/includes/realtime-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: eric-urban
44
ms.author: eur
55
ms.service: azure-ai-openai
66
ms.topic: include
7-
ms.date: 1/21/2025
7+
ms.date: 3/20/2025
88
---
99

1010
## Deploy a model for real-time audio

articles/ai-services/openai/includes/realtime-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: eric-urban
44
ms.author: eur
55
ms.service: azure-ai-openai
66
ms.topic: include
7-
ms.date: 1/21/2025
7+
ms.date: 3/20/2025
88
---
99

1010
## Prerequisites

articles/ai-services/openai/includes/realtime-typescript.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: eric-urban
44
ms.author: eur
55
ms.service: azure-ai-openai
66
ms.topic: include
7-
ms.date: 1/21/2025
7+
ms.date: 3/20/2025
88
---
99

1010
## Prerequisites
@@ -58,11 +58,6 @@ For the recommended keyless authentication with Microsoft Entra ID, you need to:
5858
npm install @azure/identity
5959
```
6060

61-
1. Install the websocket client library for JavaScript with:
62-
63-
```console
64-
npm install ws
65-
```
6661

6762
## Retrieve resource information
6863

0 commit comments

Comments
 (0)