Skip to content

Commit bb5951f

Browse files
diberrydeyaaeldeen
andauthored
Update articles/ai-services/openai/includes/text-to-speech-javascript.md
Co-authored-by: Deyaaeldeen Almahallawi <[email protected]>
1 parent 531ccbd commit bb5951f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

articles/ai-services/openai/includes/text-to-speech-javascript.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ Your app's _package.json_ file will be updated with the dependencies.
194194
require("dotenv/config");
195195
const { writeFile } = require("fs/promises");
196196
const { AzureOpenAI } = require("openai");
197-
require("openai/shims/node");
198197
199198
// You will need to set these environment variables or edit the following values
200199
const endpoint = process.env["AZURE_OPENAI_ENDPOINT"] || "<endpoint>";

0 commit comments

Comments
 (0)