From a60368b6d54daff7c05b31713ac09da2a7574a25 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Wed, 31 Jan 2024 14:35:50 -0800 Subject: [PATCH] (docs) update link to ui admin panel --- litellm/proxy/proxy_server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/proxy/proxy_server.py b/litellm/proxy/proxy_server.py index 951e2f491..76cb85e44 100644 --- a/litellm/proxy/proxy_server.py +++ b/litellm/proxy/proxy_server.py @@ -117,7 +117,7 @@ from typing import Union app = FastAPI( docs_url="/", title="LiteLLM API", - description="Proxy Server to call 100+ LLMs in the OpenAI format\n\nAdmin Panel on [https://dashboard.litellm.ai/admin](https://dashboard.litellm.ai/admin)", + description="Proxy Server to call 100+ LLMs in the OpenAI format\n\nšŸ‘‰ [LiteLLM Admin Panel on /ui](/ui). Create, Edit Keys with SSO", )