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 57815ca commit 90118f7Copy full SHA for 90118f7
articles/ai-services/openai/includes/whisper-javascript.md
@@ -129,7 +129,7 @@ Your app's _package.json_ file will be updated with the dependencies.
129
const apiKey = process.env["AZURE_OPENAI_API_KEY"] || "<api key>";
130
131
// Required Azure OpenAI deployment name and API version
132
- const apiVersion = "2024-07-01-preview";
+ const apiVersion = "2024-08-01-preview";
133
const deploymentName = "whisper";
134
135
function getClient() {
0 commit comments