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.
119
119
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:
120
120
121
121
``` javascript
122
- require (" dotenv/config" );
123
122
const { createReadStream } = require (" fs" );
124
123
const { AzureOpenAI } = require (" openai" );
125
124
@@ -170,7 +169,6 @@ Your app's _package.json_ file will be updated with the dependencies.
170
169
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:
171
170
172
171
` ` ` typescript
173
- import "dotenv/config";
174
172
import { createReadStream } from "fs";
175
173
import { AzureOpenAI } from "openai";
176
174
You can’t perform that action at this time.
0 commit comments