Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
penguine-ip authored Jan 12, 2024
1 parent ed715bd commit 6b4e6e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ deepeval test run test_chatbot.py
Alternatively, you can evaluate without Pytest, which is more suited for a notebook environment.

```python
from deepeval import evalate
from deepeval import evaluate
from deepeval.metrics import HallucinationMetric
from deepeval.test_case import LLMTestCase

Expand All @@ -135,7 +135,7 @@ test_case = LLMTestCase(
actual_output=actual_output,
context=context
)
evalate([test_case], [hallucination_metric])
evaluate([test_case], [hallucination_metric])
```

## Evaluting a Dataset / Test Cases in Bulk
Expand Down

0 comments on commit 6b4e6e9

Please sign in to comment.