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 90118f7 commit 79562bcCopy full SHA for 79562bc
articles/ai-services/openai/includes/whisper-javascript.md
@@ -180,7 +180,7 @@ Your app's _package.json_ file will be updated with the dependencies.
180
const apiKey = process.env["AZURE_OPENAI_API_KEY"] || "<api key>";
181
182
// Required Azure OpenAI deployment name and API version
183
- const apiVersion = "2024-07-01-preview";
+ const apiVersion = "2024-08-01-preview";
184
const deploymentName = "whisper";
185
186
function getClient(): AzureOpenAI {
0 commit comments