mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
(docs) swagger docs add description
This commit is contained in:
parent
343e192914
commit
84f77bfaf8
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ import json
|
|||
import logging
|
||||
from typing import Union
|
||||
|
||||
app = FastAPI(docs_url="/", title="LiteLLM API")
|
||||
app = FastAPI(docs_url="/", title="LiteLLM API", description="Proxy Server to call 100+ LLMs in the OpenAI format")
|
||||
router = APIRouter()
|
||||
origins = ["*"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue