docs(self_serve.md): add internal_user_budget_duration to docs

This commit is contained in:
Krrish Dholakia 2024-08-08 23:54:26 -07:00
parent f0f19a9457
commit dde477494f

View file

@ -180,6 +180,7 @@ Automatically apply budget per internal user when they sign up
```yaml
litellm_settings:
max_internal_user_budget: 10
internal_user_budget_duration: "1mo" # reset every month
```
This sets a max budget of $10 USD for internal users when they sign up.