We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 531ccbd commit bb5951fCopy full SHA for bb5951f
articles/ai-services/openai/includes/text-to-speech-javascript.md
@@ -194,7 +194,6 @@ Your app's _package.json_ file will be updated with the dependencies.
194
require("dotenv/config");
195
const { writeFile } = require("fs/promises");
196
const { AzureOpenAI } = require("openai");
197
- require("openai/shims/node");
198
199
// You will need to set these environment variables or edit the following values
200
const endpoint = process.env["AZURE_OPENAI_ENDPOINT"] || "<endpoint>";
0 commit comments