Skip to content

Commit 57815ca

Browse files
Update articles/ai-services/openai/includes/text-to-speech-javascript.md
Co-authored-by: Michael <[email protected]>
1 parent 70620b4 commit 57815ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/openai/includes/text-to-speech-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Your app's _package.json_ file will be updated with the dependencies.
190190
191191
// Required Azure OpenAI deployment name and API version
192192
const deploymentName = "tts";
193-
const apiVersion = "2024-07-01-preview";
193+
const apiVersion = "2024-08-01-preview";
194194
195195
function getClient(): AzureOpenAI {
196196
return new AzureOpenAI({

0 commit comments

Comments
 (0)