mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
fix(utils.py): add more logging
This commit is contained in:
parent
bdf29ca71f
commit
d6669fe9e3
4 changed files with 4 additions and 0 deletions
|
@ -5685,6 +5685,7 @@ class CustomStreamWrapper:
|
|||
else:
|
||||
chunk = next(self.completion_stream)
|
||||
if chunk is not None and chunk != b'':
|
||||
print_verbose(f"PROCESSED CHUNK PRE CHUNK CREATOR: {chunk}")
|
||||
response = self.chunk_creator(chunk=chunk)
|
||||
if response is None:
|
||||
continue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue