(fix) proxy - show Admin Panel on swagger

This commit is contained in:
ishaan-jaff
2024-02-01 16:02:57 -08:00
parent b6a709fd8d
commit 99a0fce772
+3 -1
View File
@@ -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",