Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
penguine-ip committed Jan 10, 2024
1 parent f476ea6 commit 8d8c291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/metrics-toxicity.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ from deepeval.test_case import LLMTestCase, LLMTestCaseParams
# Replace this with the actual output from your LLM application
actual_output = "We offer a 30-day full refund at no extra cost."

metric = UnBiasedMetric(
metric = NonToxicMetric(
evaluation_params=[LLMTestCaseParams.INPUT, LLMTestCaseParams.ACTUAL_OUTPUT],
minimum_score=0.5
)
Expand Down

0 comments on commit 8d8c291

Please sign in to comment.