Skip to content

Commit

Permalink
fix - result
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan-jaff committed Jun 15, 2024
1 parent 5fa09a6 commit cb7521b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion litellm/litellm_core_utils/redact_messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cb7521b

Please sign in to comment.