Skip to content

Commit 15c116c

Browse files
Update articles/ai-studio/how-to/develop/flow-evaluate-sdk.md
Co-authored-by: Eric Urban <[email protected]>
1 parent 1c88f12 commit 15c116c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-studio/how-to/develop/flow-evaluate-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ When passing in your built-in evaluators, it is important to specify the right k
438438
| `ChatEvaluator` | "chat" |
439439
| `ContentSafetyEvaluator` | "content_safety" |
440440
| `ContentSafetyChatEvaluator` | "content_safety_chat" |
441-
Example below:
441+
Here's an example of setting the `evaluators` parameters:
442442
```python
443443
result = evaluate(
444444
data="data.jsonl",

0 commit comments

Comments
 (0)