Skip to content

Commit 402c419

Browse files
committed
fix evaluate
1 parent 9eb329d commit 402c419

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/ai-studio/how-to/develop/sdk-overview.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -386,18 +386,19 @@ violence_eval = ViolenceEvaluator(
386386
violence_score = violence_eval(query="what's the capital of france", response="Paris")
387387
print(violence_score)
388388
```
389+
390+
NOTE: to run violence evaluators your project needs to be in East US 2, Sweden Central, US North Central, France Central.
391+
392+
To learn more, check out [Evaluation using the SDK](evaluate-sdk.md).
393+
389394
::: zone-end
390395

391396
::: zone pivot="programming-language-csharp"
392397

393398
An Azure AI evaluation package is not yet available for C#. For a sample on how to use Prompty and Semantic Kernel for evaluation, see the [contoso-chat-csharp-prompty](https://github.com/Azure-Samples/contoso-chat-csharp-prompty/blob/main/src/ContosoChatAPI/ContosoChat.Evaluation.Tests/Evalutate.cs) sample.
394399

395-
396400
::: zone-end
397401

398-
NOTE: to run violence evaluators your project needs to be in East US 2, Sweden Central, US North Central, France Central.
399-
400-
To learn more, check out [Evaluation using the SDK](evaluate-sdk.md).
401402

402403
## Tracing
403404

0 commit comments

Comments
 (0)