We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f26719b + d700e9c commit 0907a18Copy full SHA for 0907a18
1 file changed
examples/getting_started/test_example.py
@@ -29,7 +29,7 @@ def test_everything(test_case: LLMTestCase):
29
LLMTestCaseParams.ACTUAL_OUTPUT,
30
LLMTestCaseParams.EXPECTED_OUTPUT,
31
],
32
- strict=True,
+ strict_mode=True,
33
)
34
assert_test(test_case, [answer_relevancy_metric, correctness_metric])
35
0 commit comments