(docs) swagger docs add description

This commit is contained in:
ishaan-jaff 2023-12-20 06:27:26 +05:30
parent 343e192914
commit 84f77bfaf8

View file

@ -110,7 +110,7 @@ import json
import logging import logging
from typing import Union 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() router = APIRouter()
origins = ["*"] origins = ["*"]