docs - update telemetry

This commit is contained in:
Ishaan Jaff 2024-06-24 13:21:16 -07:00
parent b2302bf224
commit 6ac0f20099

View file

@ -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`.