mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-03 18:23:40 +00:00
fix(proxy/_types.py): add budget reset at to litellm budget full table
This commit is contained in:
@@ -1342,6 +1342,7 @@ class LiteLLM_BudgetTable(LiteLLMPydanticObjectBase):
|
||||
class LiteLLM_BudgetTableFull(LiteLLM_BudgetTable):
|
||||
"""Represents all params for a LiteLLM_BudgetTable record"""
|
||||
|
||||
budget_reset_at: Optional[datetime] = None
|
||||
created_at: datetime
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user