mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
fix(router.py): fallback on 400-status code requests
This commit is contained in:
parent
f8b0118ecd
commit
7b6db63d30
5 changed files with 31 additions and 30 deletions
|
@ -420,6 +420,7 @@ async def update_team(
|
|||
@management_endpoint_wrapper
|
||||
async def team_member_add(
|
||||
data: TeamMemberAddRequest,
|
||||
http_request: Request,
|
||||
user_api_key_dict: UserAPIKeyAuth = Depends(user_api_key_auth),
|
||||
):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue