forked from phoenix/litellm-mirror
(feat) add swagger.json for litellm proxy
This commit is contained in:
parent
deef7ce0f0
commit
d28586775a
2 changed files with 238 additions and 1 deletions
|
@ -69,7 +69,7 @@ from fastapi.middleware.cors import CORSMiddleware
|
|||
import json
|
||||
import logging
|
||||
|
||||
app = FastAPI()
|
||||
app = FastAPI(docs_url="/", title="LiteLLM API")
|
||||
router = APIRouter()
|
||||
origins = ["*"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue