Skip to content

Commit

Permalink
Merge pull request #1307 from r-sniper/main
Browse files Browse the repository at this point in the history
Typo fix. "Confidnet" -> "Confident"
  • Loading branch information
penguine-ip authored Jan 23, 2025
2 parents 61d6dd8 + 15ddc0b commit 97a6af3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deepeval/dataset/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ def push(
link = response.link
console = Console()
console.print(
"✅ Dataset successfully pushed to Confidnet AI! View at "
"✅ Dataset successfully pushed to Confident AI! View at "
f"[link={link}]{link}[/link]"
)
webbrowser.open(link)
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ Green rows mean your LLM improved on this particular test case, while red means
## Create Your First Metric

:::info
If you're having trouble deciding on which metric to use, you can follow [this tutorial](/tutorials/tutorial-metrics-defining-an-evaluation-criteria) or use [Confident AI's metrics recommendation tool](https://confidnet-ai.com).
If you're having trouble deciding on which metric to use, you can follow [this tutorial](/tutorials/tutorial-metrics-defining-an-evaluation-criteria) or use [Confident AI's metrics recommendation tool](https://confident-ai.com).
:::

`deepeval` provides two types of LLM evaluation metrics to evaluate LLM outputs: plug-and-use **default** metrics, and **custom** metrics for any evaluation criteria.
Expand Down

0 comments on commit 97a6af3

Please sign in to comment.