mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
(fix) proxy - show Admin Panel on swagger
This commit is contained in:
parent
b6a709fd8d
commit
99a0fce772
1 changed files with 3 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue