mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-19 00:01:29 +00:00
fix - result
This commit is contained in:
parent
5fa09a61c0
commit
cb7521b11f
1 changed files with 4 additions and 1 deletions
|
|
@ -63,4 +63,7 @@ def redact_message_input_output_from_logging(
|
|||
elif isinstance(choice, litellm.utils.StreamingChoices):
|
||||
choice.delta.content = "redacted-by-litellm"
|
||||
|
||||
return _result
|
||||
return _result
|
||||
|
||||
# by default return result
|
||||
return result
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue