mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
(docs) admin ui with proxy_base_url
This commit is contained in:
parent
c0a75d4992
commit
21e1c2dc21
1 changed files with 8 additions and 1 deletions
|
|
@ -152,7 +152,14 @@ GENERIC_SCOPE = "openid profile email" # default scope openid is sometimes not e
|
|||
|
||||
</Tabs>
|
||||
|
||||
#### Step 3. Test flow
|
||||
#### Step 3. Set `PROXY_BASE_URL` in your .env
|
||||
|
||||
Set this in your .env (so the proxy can set the correct redirect url)
|
||||
```shell
|
||||
PROXY_BASE_URL=https://litellm-api.up.railway.app/
|
||||
```
|
||||
|
||||
#### Step 4. Test flow
|
||||
<Image img={require('../../img/litellm_ui_3.gif')} />
|
||||
|
||||
### Set Admin view w/ SSO
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue