Skip to content

Commit 3749cec

Browse files
authored
Merge pull request #4300 from MicrosoftDocs/main
4/24/2025 AM Publish
2 parents 7e4fbfe + 11ab5d7 commit 3749cec

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

articles/ai-foundry/concepts/model-benchmarks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ ms.custom:
99
ms.topic: concept-article
1010
ms.date: 04/04/2025
1111
ms.reviewer: changliu2
12-
ms.author: mopeakande
13-
author: msakande
12+
ms.author: lagayhar
13+
author: lgayhardt
1414
---
1515

1616
# Model leaderboards in Azure AI Foundry portal (preview)

articles/ai-foundry/how-to/benchmark-model-in-catalog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ ms.topic: how-to
1010
ms.date: 04/07/2025
1111
ms.reviewer: changliu2
1212
reviewer: changliu2
13-
ms.author: mopeakande
14-
author: msakande
13+
ms.author: lagayhar
14+
author: lgayhardt
1515
---
1616

1717
# Compare and select models using the model leaderboard in Azure AI Foundry portal (preview)

articles/ai-foundry/how-to/monitor-quality-safety.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ ms.topic: how-to
1212
ms.date: 7/31/2024
1313
ms.reviewer: alehughes
1414
reviewer: ahughes-msft
15-
ms.author: mopeakande
16-
author: msakande
15+
ms.author: lagayhar
16+
author: lgayhardt
1717
---
1818

1919
# Monitor quality and token usage of deployed prompt flow applications

articles/ai-services/openai/includes/structured-outputs-python.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ pip install openai pydantic --upgrade
2020
If you are new to using Microsoft Entra ID for authentication see [How to configure Azure OpenAI Service with Microsoft Entra ID authentication](../how-to/managed-identity.md).
2121

2222
```python
23+
import os
2324
from pydantic import BaseModel
2425
from openai import AzureOpenAI
2526
from azure.identity import DefaultAzureCredential, get_bearer_token_provider
@@ -105,6 +106,7 @@ pip install openai pydantic --upgrade
105106
```
106107

107108
```python
109+
import os
108110
from pydantic import BaseModel
109111
from openai import AzureOpenAI
110112

0 commit comments

Comments
 (0)