Skip to content

Commit 79562bc

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

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
@@ -180,7 +180,7 @@ Your app's _package.json_ file will be updated with the dependencies.
180180
const apiKey = process.env["AZURE_OPENAI_API_KEY"] || "<api key>";
181181
182182
// Required Azure OpenAI deployment name and API version
183-
const apiVersion = "2024-07-01-preview";
183+
const apiVersion = "2024-08-01-preview";
184184
const deploymentName = "whisper";
185185
186186
function getClient(): AzureOpenAI {

0 commit comments

Comments
 (0)