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 70620b4 commit 57815caCopy full SHA for 57815ca
articles/ai-services/openai/includes/text-to-speech-javascript.md
@@ -190,7 +190,7 @@ Your app's _package.json_ file will be updated with the dependencies.
190
191
// Required Azure OpenAI deployment name and API version
192
const deploymentName = "tts";
193
- const apiVersion = "2024-07-01-preview";
+ const apiVersion = "2024-08-01-preview";
194
195
function getClient(): AzureOpenAI {
196
return new AzureOpenAI({
0 commit comments