mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
(fix) streaming replicate
This commit is contained in:
parent
bf2cb91841
commit
49c8c8a74f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue