mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
(docs) UI - no sso
This commit is contained in:
parent
8daabe16f4
commit
cfa69c3184
1 changed files with 13 additions and 0 deletions
|
@ -31,6 +31,18 @@ general_settings:
|
||||||
## 2. Setup SSO/Auth for UI
|
## 2. Setup SSO/Auth for UI
|
||||||
|
|
||||||
<Tabs>
|
<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">
|
<TabItem value="google" label="Google SSO">
|
||||||
|
|
||||||
|
@ -73,6 +85,7 @@ MICROSOFT_TENANT="5a39737
|
||||||
```
|
```
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
|
|
||||||
</Tabs>
|
</Tabs>
|
||||||
|
|
||||||
## 4. Use UI
|
## 4. Use UI
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue