mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
(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