import os url_to_redirect_to = os.getenv("PROXY_BASE_URL", "") server_root_path = os.getenv("SERVER_ROOT_PATH", "") if server_root_path != "": url_to_redirect_to += server_root_path url_to_redirect_to += "/login" html_form = f""" LiteLLM Login

Login

Access your LiteLLM Admin UI.

Default Credentials

By default, Username is admin and Password is your set LiteLLM Proxy MASTER_KEY.

Need to set UI credentials or SSO? Check the documentation.

"""