diff --git a/docs/my-website/docs/debugging/hosted_debugging.md b/docs/my-website/docs/debugging/hosted_debugging.md index 455178fa3..478f92756 100644 --- a/docs/my-website/docs/debugging/hosted_debugging.md +++ b/docs/my-website/docs/debugging/hosted_debugging.md @@ -32,7 +32,7 @@ By default, your dashboard is viewable at `admin.litellm.ai/` import os ## Set ENV variable - os.environ["LITELLM_EMAIL"] = "your_user_email" + os.environ["LITELLM_EMAIL"] = "your_email" ## LOG ON ALL 3 EVENTS litellm.input_callback = ["lite_debugger"]