Skip to content

Commit 90118f7

Browse files
Update articles/ai-services/openai/includes/whisper-javascript.md
Co-authored-by: Michael <[email protected]>
1 parent 57815ca commit 90118f7

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
@@ -129,7 +129,7 @@ Your app's _package.json_ file will be updated with the dependencies.
129129
const apiKey = process.env["AZURE_OPENAI_API_KEY"] || "<api key>";
130130

131131
// Required Azure OpenAI deployment name and API version
132-
const apiVersion = "2024-07-01-preview";
132+
const apiVersion = "2024-08-01-preview";
133133
const deploymentName = "whisper";
134134

135135
function getClient() {

0 commit comments

Comments
 (0)