Skip to content

Commit 3bba0ec

Browse files
authored
Update articles/ai-foundry/concepts/evaluation-evaluators/azure-openai-graders.md
1 parent 7f3a93c commit 3bba0ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-foundry/concepts/evaluation-evaluators/azure-openai-graders.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ model_config = AzureOpenAIModelConfiguration(
3737

3838
`AzureOpenAILabelGrader` uses your custom prompt to instruct a model to classify outputs based on labels you define. It returns structured results with explanations for why each label was chosen.
3939

40-
> [NOTE:]
40+
> [!NOTE]
4141
> We recommend using Azure Open AI GPT o3-mini for best results.
4242
4343
Here's an example `data.jsonl` that is used in the following code snippets:

0 commit comments

Comments
 (0)