From 6ac0f20099295f03cf2640b73ed26cbf4e000274 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 24 Jun 2024 13:21:16 -0700 Subject: [PATCH] docs - update telemetry --- docs/my-website/docs/observability/telemetry.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/docs/my-website/docs/observability/telemetry.md b/docs/my-website/docs/observability/telemetry.md index 78267b9c569..23229556629 100644 --- a/docs/my-website/docs/observability/telemetry.md +++ b/docs/my-website/docs/observability/telemetry.md @@ -1,13 +1,8 @@ # Telemetry -LiteLLM contains a telemetry feature that tells us what models are used, and what errors are hit. +There is no Telemetry on LiteLLM - no data is stored by us ## What is logged? -Only the model name and exception raised is logged. +NOTHING - no data is sent to LiteLLM Servers -## Why? -We use this information to help us understand how LiteLLM is used, and improve stability. - -## Opting out -If you prefer to opt out of telemetry, you can do this by setting `litellm.telemetry = False`. \ No newline at end of file