fix - result

This commit is contained in:
Ishaan Jaff 2024-06-14 21:15:49 -07:00
parent 5fa09a61c0
commit cb7521b11f

View File

@ -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