forked from phoenix/litellm-mirror
add key_state created at to token
This commit is contained in:
parent
fb150f7ce5
commit
cbef0c0a0d
1 changed files with 3 additions and 1 deletions
|
@ -1299,8 +1299,10 @@ class LiteLLM_VerificationToken(LiteLLMBase):
|
|||
model_max_budget: Dict = {}
|
||||
soft_budget_cooldown: bool = False
|
||||
litellm_budget_table: Optional[dict] = None
|
||||
|
||||
org_id: Optional[str] = None # org id for a given key
|
||||
key_state: Optional[str] = None # can be "active", "inactive"
|
||||
created_at: Optional[datetime] = None
|
||||
updated_at: Optional[datetime] = None
|
||||
|
||||
model_config = ConfigDict(protected_namespaces=())
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue