mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-21 06:19:18 +00:00
(docs) swagger docs add description
This commit is contained in:
@@ -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 = ["*"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user