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 6b32ba1 commit 70620b4Copy full SHA for 70620b4
articles/ai-services/openai/includes/text-to-speech-javascript.md
@@ -124,7 +124,7 @@ Your app's _package.json_ file will be updated with the dependencies.
124
125
// Required Azure OpenAI deployment name and API version
126
const deploymentName = "tts";
127
- const apiVersion = "2024-07-01-preview";
+ const apiVersion = "2024-08-01-preview";
128
129
function getClient() {
130
return new AzureOpenAI({
0 commit comments