mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-15 22:22:12 +00:00
add key_state created at to token
This commit is contained in:
@@ -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=())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user