From bfdc3f6205bf7641acfe5686c8c440faaa18244e Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Thu, 1 Feb 2024 16:17:35 -0800 Subject: [PATCH] (docs) ui --- docs/my-website/docs/proxy/ui.md | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) 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 -