mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
feat - turn_off_message_logging
This commit is contained in:
parent
644d8c71b8
commit
8b6d686e52
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ _async_failure_callback: List[Callable] = (
|
|||
) # internal variable - async custom callbacks are routed here.
|
||||
pre_call_rules: List[Callable] = []
|
||||
post_call_rules: List[Callable] = []
|
||||
turn_off_message_logging: Optional[bool] = False
|
||||
## end of callbacks #############
|
||||
|
||||
email: Optional[str] = (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue