mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
(feat) ui - show custom logo
This commit is contained in:
parent
01fb90e787
commit
e55f290b60
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