Skip to content

Commit 70620b4

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

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
@@ -124,7 +124,7 @@ Your app's _package.json_ file will be updated with the dependencies.
124124

125125
// Required Azure OpenAI deployment name and API version
126126
const deploymentName = "tts";
127-
const apiVersion = "2024-07-01-preview";
127+
const apiVersion = "2024-08-01-preview";
128128

129129
function getClient() {
130130
return new AzureOpenAI({

0 commit comments

Comments
 (0)