From d5f6fe4efffcb11b90044d4baa2fd34c5301cb61 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 27 Mar 2024 22:24:56 -0700 Subject: [PATCH] (docs) update UI --- docs/my-website/docs/proxy/ui.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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