(docs) ui

This commit is contained in:
ishaan-jaff
2024-02-01 16:17:35 -08:00
parent e13e61ad3b
commit bfdc3f6205
+13 -12
View File
@@ -22,6 +22,19 @@ Allow your users to create, view their own keys through a UI
<Tabs>
<TabItem value="username" label="Quick Start - Username, Password">
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
</TabItem>
<TabItem value="google" label="Google SSO">
- 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
```
</TabItem>
<TabItem value="username" label="Quick Start - Username, Password">
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
</TabItem>
</Tabs>