mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-07 20:22:41 +00:00
(fix) proxy - show Admin Panel on swagger
This commit is contained in:
@@ -116,7 +116,9 @@ import logging
|
||||
from typing import Union
|
||||
|
||||
ui_link = f"/ui/"
|
||||
ui_message = f"👉 [LiteLLM Admin Panel on /ui]({ui_link}). Create, Edit Keys with SSO"
|
||||
ui_message = (
|
||||
f"👉 [```LiteLLM Admin Panel on /ui```]({ui_link}). Create, Edit Keys with SSO"
|
||||
)
|
||||
app = FastAPI(
|
||||
docs_url="/",
|
||||
title="LiteLLM API",
|
||||
|
||||
Reference in New Issue
Block a user