(docs) update link to ui admin panel

This commit is contained in:
ishaan-jaff 2024-01-31 14:35:50 -08:00
parent e4cdbb2a93
commit a60368b6d5

View file

@ -117,7 +117,7 @@ from typing import Union
app = FastAPI( app = FastAPI(
docs_url="/", docs_url="/",
title="LiteLLM API", 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",
) )