Skip to content

Commit 2645652

Browse files
Merge pull request #5892 from MicrosoftDocs/main
Merged by Learn.Build PR Management system
2 parents 961769c + 0903513 commit 2645652

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-foundry/openai/includes/audio-completions-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ The script generates an audio file named _dog.wav_ in the same directory as the
206206
# Keyless authentication
207207
client=AzureOpenAI(
208208
azure_ad_token_provider=token_provider,
209-
azure_endpoint=endpoint
209+
azure_endpoint=endpoint,
210210
api_version="2025-01-01-preview"
211211
)
212212
@@ -269,7 +269,7 @@ The script generates an audio file named _dog.wav_ in the same directory as the
269269
client = AzureOpenAI(
270270
api_version="2025-01-01-preview",
271271
api_key=api_key,
272-
azure_endpoint=endpoint
272+
azure_endpoint=endpoint,
273273
)
274274
275275
# Read and encode audio file

0 commit comments

Comments
 (0)