import os url_to_redirect_to = os.getenv("PROXY_BASE_URL", "") 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.

"""