mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
(fix) dynamo max_budget per key
This commit is contained in:
parent
de7663ead3
commit
6120e1c36d
1 changed files with 1 additions and 0 deletions
|
|
@ -297,6 +297,7 @@ class ConfigYAML(LiteLLMBase):
|
|||
class LiteLLM_VerificationToken(LiteLLMBase):
|
||||
token: str
|
||||
spend: float = 0.0
|
||||
max_budget: Optional[float] = None
|
||||
expires: Union[str, None]
|
||||
models: List[str]
|
||||
aliases: Dict[str, str] = {}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue