Skip to content

Commit 3133966

Browse files
committed
update
1 parent f2a672a commit 3133966

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

articles/ai-foundry/openai/api-version-lifecycle.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ response = client.responses.create(
139139
print(response.model_dump_json(indent=2))
140140
```
141141

142-
- `AzureOpenAI()` is used to take advantage of automatic token refresh provided by `azure_ad_token_provider`.
143142
- `base_url` passes the Azure OpenAI endpoint and `/openai/v1` is appended to the endpoint address.
144143
- `api_key` parameter is set to `token_provider`, enabling automatic retrieval and refresh of an authentication token instead of using a static API key.
145144

0 commit comments

Comments
 (0)