diff --git a/docs/my-website/docs/proxy/ui.md b/docs/my-website/docs/proxy/ui.md index d2ebd66d7c..a7703c8549 100644 --- a/docs/my-website/docs/proxy/ui.md +++ b/docs/my-website/docs/proxy/ui.md @@ -22,6 +22,19 @@ Allow your users to create, view their own keys through a UI + + +Set the following in your .env on the Proxy + +```shell +UI_USERNAME=ishaan-litellm +UI_PASSWORD=langchain +``` + +On accessing the LiteLLM UI, you will be prompted to enter your username, password + + + - Create a new Oauth 2.0 Client on https://console.cloud.google.com/ @@ -58,18 +71,6 @@ MICROSOFT_TENANT="5a39737 http://localhost:4000/sso/callback ``` - - - -Set the following in your .env on the Proxy - -```shell -UI_USERNAME=ishaan-litellm -UI_PASSWORD=langchain -``` - -On accessing the LiteLLM UI, you will be prompted to enter your username, password -