From 527df96c2098e75a2f11fc163daa7bb05148a914 Mon Sep 17 00:00:00 2001 From: "Curtis G. Northcutt" Date: Mon, 15 Sep 2025 23:55:14 -0700 Subject: [PATCH] Fix import package declaration to new cleanlab-tlm name Signed-off-by: Curtis G. Northcutt --- docs/user-guides/community/cleanlab.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guides/community/cleanlab.md b/docs/user-guides/community/cleanlab.md index 2b1d6496d..1ebee6c5f 100644 --- a/docs/user-guides/community/cleanlab.md +++ b/docs/user-guides/community/cleanlab.md @@ -26,7 +26,7 @@ define bot response untrustworthy Install the Python client to use Cleanlab's trustworthiness score: ``` -pip install cleanlab-studio +pip install --upgrade cleanlab-tlm ``` You can get an API key for free by [creating a Cleanlab account](https://tlm.cleanlab.ai/) or experiment with the trustworthiness scores in the [playground](https://chat.cleanlab.ai/chat). Feel free to [email Cleanlab](mailto:suport@cleanlab.ai) with any questions.