mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
fix(internal_user_endpoints.py): expose new 'internal_user_budget_duration' flag
Relevant to - https://github.com/BerriAI/litellm/issues/5106
This commit is contained in:
parent
a4e9512e98
commit
81a0a8ab22
4 changed files with 9 additions and 3 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -2,3 +2,12 @@ model_list:
|
|||
- model_name: "gpt-4"
|
||||
litellm_params:
|
||||
model: "gpt-4"
|
||||
api_key: "bad_key"
|
||||
- model_name: "gpt-4o"
|
||||
litellm_params:
|
||||
model: "gpt-4o"
|
||||
|
||||
litellm_settings:
|
||||
max_internal_user_budget: 0.001
|
||||
internal_user_budget_duration: "5m"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue