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 bb5951f commit b2bc792Copy full SHA for b2bc792
articles/ai-services/openai/includes/text-to-speech-javascript.md
@@ -171,7 +171,7 @@ Your app's _package.json_ file will be updated with the dependencies.
171
172
```
173
174
- The "openai/shims/node" import supports the ability for the a stream type that changes depending on whether you run in Node.js or in another environment such as a browser.
+The import of `"openai/shims/node"` is necessary when running the code in a Node.js environment. It ensures that the output type of the `client.audio.speech.create` method is correctly set to `NodeJS.ReadableStream`.
175
176
1. Build the application with the following command:
177
0 commit comments