update docs

This commit is contained in:
Krrish Dholakia 2023-08-21 07:48:02 -07:00
parent 582b536276
commit 08511aa70c

View file

@ -32,7 +32,7 @@ By default, your dashboard is viewable at `admin.litellm.ai/<your_email>`
import os import os
## Set ENV variable ## Set ENV variable
os.environ["LITELLM_EMAIL"] = "your_user_email" os.environ["LITELLM_EMAIL"] = "your_email"
## LOG ON ALL 3 EVENTS ## LOG ON ALL 3 EVENTS
litellm.input_callback = ["lite_debugger"] litellm.input_callback = ["lite_debugger"]