mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
fix(ui): export ui npm build
This commit is contained in:
parent
d1893129f7
commit
7409460230
35 changed files with 38 additions and 60 deletions
|
@ -3563,7 +3563,7 @@ async def login(request: Request):
|
|||
|
||||
key = response["token"] # type: ignore
|
||||
|
||||
litellm_dashboard_ui = "/ui/"
|
||||
litellm_dashboard_ui = os.getenv("PROXY_BASE_URL", "/") + "ui/"
|
||||
|
||||
import jwt
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue