forked from phoenix/litellm-mirror
fix batch tags
This commit is contained in:
parent
40e7560d6b
commit
b7fcec8835
1 changed files with 2 additions and 2 deletions
|
@ -5222,12 +5222,12 @@ async def create_batch(
|
|||
@router.get(
|
||||
"/v1/batches{batch_id}",
|
||||
dependencies=[Depends(user_api_key_auth)],
|
||||
tags=["Batch"],
|
||||
tags=["batch"],
|
||||
)
|
||||
@router.get(
|
||||
"/batches{batch_id}",
|
||||
dependencies=[Depends(user_api_key_auth)],
|
||||
tags=["Batch"],
|
||||
tags=["batch"],
|
||||
)
|
||||
async def retrieve_batch(
|
||||
request: Request,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue