(fix) streaming replicate

This commit is contained in:
ishaan-jaff 2023-11-10 12:45:12 -08:00
parent bf2cb91841
commit 49c8c8a74f

View file

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