Skip to content

Commit 1f7aac4

Browse files
committed
edit
1 parent 439c205 commit 1f7aac4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ Your app's _package.json_ file will be updated with the dependencies.
119119
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:
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.
170169
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:
171170

172171
```typescript
173-
import "dotenv/config";
174172
import { createReadStream } from "fs";
175173
import { AzureOpenAI } from "openai";
176174

0 commit comments

Comments
 (0)