diff --git a/litellm/utils.py b/litellm/utils.py index a2287d3270b..4068755533d 100644 --- a/litellm/utils.py +++ b/litellm/utils.py @@ -3844,7 +3844,7 @@ class CustomStreamWrapper: elif len(curr_chunk) >= len(token): if token in curr_chunk: self.holding_chunk = curr_chunk.replace(token, "") - hold = True + hold = True else: pass