Skip to content

Commit 0e21785

Browse files
authored
Update realtime-typescript.md
1 parent 34ecec7 commit 0e21785

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ For the recommended keyless authentication with Microsoft Entra ID, you need to:
7474
7575
```typescript
7676
import { OpenAIRealtimeWS } from "openai/beta/realtime/ws";
77-
import { AzureOpenAI } from "openai/index.mjs";
77+
import { AzureOpenAI } from "openai";
7878
import { DefaultAzureCredential, getBearerTokenProvider } from "@azure/identity";
7979
8080
async function main(): Promise<void> {
@@ -187,7 +187,7 @@ For the recommended keyless authentication with Microsoft Entra ID, you need to:
187187
188188
```typescript
189189
import { OpenAIRealtimeWS } from "openai/beta/realtime/ws";
190-
import { AzureOpenAI } from "openai/index.mjs";
190+
import { AzureOpenAI } from "openai";
191191
192192
async function main(): Promise<void> {
193193

0 commit comments

Comments
 (0)