(fix) ui link

This commit is contained in:
ishaan-jaff 2024-02-01 16:14:29 -08:00
parent a45ce8c5f5
commit 44bf1409e0

View file

@ -1268,7 +1268,7 @@ html_form = """
<h2>LiteLLM Login</h2> <h2>LiteLLM Login</h2>
<p>By default Username is "admin" and Password is your set LiteLLM Proxy `MASTER_KEY`. Enter them here</p> <p>By default Username is "admin" and Password is your set LiteLLM Proxy `MASTER_KEY`. Enter them here</p>
<p>If you need to set credentials / SSO docs here: https://docs.litellm.com</p> <p>If you need to set credentials / SSO docs here: <a href="https://docs.litellm.ai/docs/proxy/ui" target="_blank">https://docs.litellm.ai/docs/proxy/ui</a></p>
<br> <br>
<label for="username">Username:</label> <label for="username">Username:</label>
<input type="text" id="username" name="username" required> <input type="text" id="username" name="username" required>