forked from phoenix/litellm-mirror
(feat) proxy swagger - make admin link clickable
This commit is contained in:
parent
8186af64c7
commit
c27b1fc5f8
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,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`",
|
||||
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)",
|
||||
)
|
||||
router = APIRouter()
|
||||
origins = ["*"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue