Skip to content

Commit 7f3a93c

Browse files
authored
Update azure-openai-graders.md
1 parent 1e35eac commit 7f3a93c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ 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:] We recommend using Azure Open AI GPT o3-mini for best results.
40+
> [NOTE:]
41+
> We recommend using Azure Open AI GPT o3-mini for best results.
4142
4243
Here's an example `data.jsonl` that is used in the following code snippets:
4344

0 commit comments

Comments
 (0)