fix - result
This commit is contained in:
parent
5fa09a61c0
commit
cb7521b11f
@ -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…
Reference in New Issue
Block a user