Skip to content

Commit

Permalink
fix "/global/spend/report",
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan-jaff committed Jun 13, 2024
1 parent fa139bc commit eeb0e7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion litellm/proxy/proxy_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -7825,7 +7825,6 @@ async def get_global_spend_provider(
"/global/spend/report",
tags=["Budget & Spend Tracking"],
dependencies=[Depends(user_api_key_auth)],
include_in_schema=False,
responses={
200: {"model": List[LiteLLM_SpendLogs]},
},
Expand Down

0 comments on commit eeb0e7d

Please sign in to comment.