forked from phoenix/litellm-mirror
(fix) openai proxy set langfuse as callback
This commit is contained in:
parent
a930f15233
commit
fbac910436
2 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ from fastapi.routing import APIRouter
|
|||
from fastapi.responses import StreamingResponse, FileResponse
|
||||
from fastapi.middleware.cors import CORSMiddleware
|
||||
import json
|
||||
import os
|
||||
|
||||
app = FastAPI(docs_url="/", title="LiteLLM API")
|
||||
router = APIRouter()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue