mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
(feat) ui - show custom logo
This commit is contained in:
parent
6720ec5c1f
commit
03cb0b216d
3 changed files with 12 additions and 1 deletions
|
@ -5045,6 +5045,11 @@ async def login(request: Request):
|
|||
)
|
||||
|
||||
|
||||
@app.get("/get_image", include_in_schema=False)
|
||||
def get_image():
|
||||
return FileResponse(path="./logo.png")
|
||||
|
||||
|
||||
@app.get("/sso/callback", tags=["experimental"])
|
||||
async def auth_callback(request: Request):
|
||||
"""Verify login"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue