File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/ai-services/openai/includes Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ Your app's _package.json_ file will be updated with the dependencies.
101
101
102
102
#### [ Microsoft Entra ID] ( #tab/typescript-keyless )
103
103
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:
105
105
106
106
``` typescript
107
107
import { createReadStream } from " fs" ;
@@ -161,7 +161,7 @@ Your app's _package.json_ file will be updated with the dependencies.
161
161
162
162
#### [API key ](#tab / typescript - key )
163
163
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 :
165
165
166
166
` ` ` typescript
167
167
import { createReadStream } from "fs";
You can’t perform that action at this time.
0 commit comments