Skip to content

Commit c57a8ac

Browse files
committed
edits
1 parent 074547c commit c57a8ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Your app's _package.json_ file will be updated with the dependencies.
162162

163163
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:
164164

165-
```typescript
165+
```javascript
166166
import { createReadStream } from "fs";
167167
import { AzureOpenAI } from "openai";
168168

0 commit comments

Comments
 (0)