forked from phoenix/litellm-mirror
(docs) update link to ui admin panel
This commit is contained in:
parent
e4cdbb2a93
commit
a60368b6d5
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue