Replies: 1 comment 1 reply
-
what version is this? and can you share a few sample curls for repro? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
According to the docs it should be possible to apply budgets to end-users:
https://docs.litellm.ai/docs/proxy/customers#setting-customer-budgets
But when I try to apply it using the API endpoint of /customer/update I keep getting an error:
I can apply the budget to end-users by manipulating the DB table "LiteLLM_EndUserTable" and budget limit seems to apply and work properly. Now if I try to change the budged for that specific end-user using /customer/update endpoint it tries to change the name/id of the budget and not the actual budget.
Beta Was this translation helpful? Give feedback.
All reactions