Skip to content

Commit 4bd60fa

Browse files
committed
js -> ts
1 parent 66a1b79 commit 4bd60fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Your app's _package.json_ file will be updated with the dependencies.
101101

102102
#### [Microsoft Entra ID](#tab/typescript-keyless)
103103

104-
1. Create a new file named _Whisper.js_ and open it in your preferred code editor. Copy the following code into the _Whisper.js_ file:
104+
1. Create a new file named _Whisper.ts_ and open it in your preferred code editor. Copy the following code into the _Whisper.ts_ file:
105105

106106
```typescript
107107
import { createReadStream } from "fs";
@@ -161,7 +161,7 @@ Your app's _package.json_ file will be updated with the dependencies.
161161

162162
#### [API key](#tab/typescript-key)
163163

164-
1. Create a new file named _Whisper.js_ and open it in your preferred code editor. Copy the following code into the _Whisper.js_ file:
164+
1. Create a new file named _Whisper.ts_ and open it in your preferred code editor. Copy the following code into the _Whisper.ts_ file:
165165

166166
```typescript
167167
import { createReadStream } from "fs";

0 commit comments

Comments
 (0)