File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
articles/ai-services/openai/includes Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,6 @@ Your app's _package.json_ file will be updated with the dependencies.
1191191 . Create a new file named _ Whisper.js_ and open it in your preferred code editor. Copy the following code into the _ Whisper.js_ file:
120120
121121 ``` javascript
122- require (" dotenv/config" );
123122 const { createReadStream } = require (" fs" );
124123 const { AzureOpenAI } = require (" openai" );
125124
@@ -170,7 +169,6 @@ Your app's _package.json_ file will be updated with the dependencies.
1701691. Create a new file named _Whisper .js_ and open it in your preferred code editor . Copy the following code into the _Whisper .js_ file:
171170
172171 ` ` ` typescript
173- import "dotenv/config";
174172 import { createReadStream } from "fs";
175173 import { AzureOpenAI } from "openai";
176174
You can’t perform that action at this time.
0 commit comments