(fix) streaming replicate

This commit is contained in:
ishaan-jaff 2023-11-10 12:45:12 -08:00
parent 1983eed3d5
commit 5413696771

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