fix(utils.py): fix logging

n
This commit is contained in:
Krrish Dholakia 2023-12-12 12:53:55 -08:00
parent 1e970841a4
commit 35fa176c97
3 changed files with 1 additions and 1 deletions

Binary file not shown.

BIN
dist/litellm-1.12.6.dev4.tar.gz vendored Normal file

Binary file not shown.

View file

@ -5692,7 +5692,7 @@ class CustomStreamWrapper:
if chunk is not None and chunk != b'':
print_verbose(f"PROCESSED CHUNK PRE CHUNK CREATOR: {chunk}")
response = self.chunk_creator(chunk=chunk)
print_verbose(f"PROCESSED CHUNK POST CHUNK CREATOR: {chunk}")
print_verbose(f"PROCESSED CHUNK POST CHUNK CREATOR: {response}")
if response is None:
continue
## LOGGING