mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-24 00:52:24 +00:00
register litellm_evals_router in proxy_server
This commit is contained in:
parent
da527262d1
commit
1a138c5da8
1 changed files with 3 additions and 0 deletions
|
|
@ -14073,6 +14073,9 @@ app.include_router(agent_endpoints_router)
|
|||
app.include_router(compliance_router)
|
||||
app.include_router(a2a_router)
|
||||
app.include_router(access_group_router)
|
||||
from litellm.proxy.eval_management.eval_endpoints import router as litellm_evals_router
|
||||
|
||||
app.include_router(litellm_evals_router)
|
||||
|
||||
|
||||
async def _stream_mcp_asgi_response(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue