mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
docs(users.md): fix doc for end-user param
This commit is contained in:
parent
e74a15be19
commit
4826018756
1 changed files with 1 additions and 2 deletions
|
|
@ -176,8 +176,7 @@ general_settings:
|
|||
master_key: sk-1234
|
||||
|
||||
litellm_settings:
|
||||
max_budget: 10 # global budget for proxy
|
||||
max_user_budget: 0.0001 # budget for 'user' passed to /chat/completions
|
||||
max_end_user_budget: 0.0001 # budget for 'user' passed to /chat/completions
|
||||
```
|
||||
|
||||
2. Make a /chat/completions call, pass 'user' - First call Works
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue