diff --git a/docs/my-website/docs/proxy/ui.md b/docs/my-website/docs/proxy/ui.md index cca9d44340..2ffa439525 100644 --- a/docs/my-website/docs/proxy/ui.md +++ b/docs/my-website/docs/proxy/ui.md @@ -47,8 +47,9 @@ Your Proxy Swagger is available on the root of the Proxy: e.g.: `http://localhos Set the following in your .env on the Proxy ```shell -UI_USERNAME=ishaan-litellm -UI_PASSWORD=langchain +LITELLM_MASTER_KEY="sk-1234" # this is your master key for using the proxy server +UI_USERNAME=ishaan-litellm # username to sign in on UI +UI_PASSWORD=langchain # password to sign in on UI ``` On accessing the LiteLLM UI, you will be prompted to enter your username, password