diff --git a/litellm/proxy/proxy_server.py b/litellm/proxy/proxy_server.py index ff35ef2e39..6e5dc15c01 100644 --- a/litellm/proxy/proxy_server.py +++ b/litellm/proxy/proxy_server.py @@ -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",