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.
2 parents 961769c + 0903513 commit 2645652Copy full SHA for 2645652
articles/ai-foundry/openai/includes/audio-completions-python.md
@@ -206,7 +206,7 @@ The script generates an audio file named _dog.wav_ in the same directory as the
206
# Keyless authentication
207
client=AzureOpenAI(
208
azure_ad_token_provider=token_provider,
209
- azure_endpoint=endpoint
+ azure_endpoint=endpoint,
210
api_version="2025-01-01-preview"
211
)
212
@@ -269,7 +269,7 @@ The script generates an audio file named _dog.wav_ in the same directory as the
269
client = AzureOpenAI(
270
api_version="2025-01-01-preview",
271
api_key=api_key,
272
273
274
275
# Read and encode audio file
0 commit comments