Skip to content

Commit cc459e9

Browse files
committed
update step 4
1 parent c8e71f6 commit cc459e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-studio/tutorials/copilot-sdk-evaluate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ The script also logs the evaluation results to the cloud project so that you can
6969

7070
:::code language="python" source="~/azureai-samples-nov2024/scenarios/rag/custom-rag-app/evaluate.py" id="evaluate_wrapper":::
7171

72-
1. Finally, add code to run the evaluation:
72+
1. Finally, add code to run the evaluation, view the results locally, and gives you a link to the evaluation results in AI Studio.
7373

7474
:::code language="python" source="~/azureai-samples-nov2024/scenarios/rag/custom-rag-app/evaluate.py" id="run_evaluation":::
7575

76-
The main function allows you to view the evaluation result locally, and gives you a link to the evaluation results in AI Studio.
76+
7777

7878
### Configure the evaluation model
7979

0 commit comments

Comments
 (0)