Skip to content

Commit

Permalink
Merge pull request #26 from confident-ai/main
Browse files Browse the repository at this point in the history
Fix docs
  • Loading branch information
Anindyadeep authored Jan 11, 2024
2 parents 8a2d91c + 8d8c291 commit e3a0955
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 e3a0955

Please sign in to comment.