Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo fix. "Confidnet" -> "Confident" #1307

Merged
merged 1 commit into from
Jan 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading