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 074547c commit c57a8acCopy full SHA for c57a8ac
articles/ai-services/openai/includes/whisper-javascript.md
@@ -162,7 +162,7 @@ Your app's _package.json_ file will be updated with the dependencies.
162
163
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:
164
165
- ```typescript
+ ```javascript
166
import { createReadStream } from "fs";
167
import { AzureOpenAI } from "openai";
168
0 commit comments