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