fix(proxy_server.py): fix post /v1/batches endpoint

Fixes https://github.com/BerriAI/litellm/issues/5279#issuecomment-2307919820
This commit is contained in:
Krrish Dholakia 2024-08-23 20:37:40 -07:00
parent 2c60d98e34
commit ac9a1e65ab

View file

@ -4904,7 +4904,7 @@ async def run_thread(
######################################################################
@router.get(
@router.post(
"/{provider}/v1/batches",
dependencies=[Depends(user_api_key_auth)],
tags=["batch"],