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.
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";
You can’t perform that action at this time.
0 commit comments