From 83cbed8b207770e43b06334d4ddb5de02a48a315 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Thu, 1 Feb 2024 16:05:23 -0800 Subject: [PATCH] (fix) default UI use master key for auth --- litellm/proxy/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/litellm/proxy/utils.py b/litellm/proxy/utils.py index 8be3720d7..248df1c2b 100644 --- a/litellm/proxy/utils.py +++ b/litellm/proxy/utils.py @@ -1267,8 +1267,8 @@ html_form = """

LiteLLM Login

-

By default Username is "litellm" and Password is "llm". Enter them here

-

If you need to set credentials set UI_USERNAME and UI_PASSWORD in .env, or use SSO

+

By default Username is "admin" and Password is your set LiteLLM Proxy `MASTER_KEY`. Enter them here

+

If you need to set credentials / SSO docs here: https://docs.litellm.com