mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
fix(proxy_server.py): fix post /v1/batches endpoint
Fixes https://github.com/BerriAI/litellm/issues/5279#issuecomment-2307919820
This commit is contained in:
parent
2c60d98e34
commit
ac9a1e65ab
1 changed files with 1 additions and 1 deletions
|
@ -4904,7 +4904,7 @@ async def run_thread(
|
|||
|
||||
|
||||
######################################################################
|
||||
@router.get(
|
||||
@router.post(
|
||||
"/{provider}/v1/batches",
|
||||
dependencies=[Depends(user_api_key_auth)],
|
||||
tags=["batch"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue