mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
parent
1186cc6966
commit
d8663efeab
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
"""
|
||||
Base class for sending emails to user after creating keys or invite links.
|
||||
Base class for sending emails to user after creating keys or invite links
|
||||
|
||||
"""
|
||||
|
||||
|
|
|
|||
|
|
@ -1941,7 +1941,7 @@ async def _virtual_key_soft_budget_check(
|
|||
proxy_logging_obj: ProxyLogging,
|
||||
):
|
||||
"""
|
||||
Triggers a budget alert if the token is over it's soft budget
|
||||
Triggers a budget alert if the token is over it's soft budget.
|
||||
|
||||
"""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue