forked from phoenix/litellm-mirror
fix(utils.py): fix logging
n
This commit is contained in:
parent
1e970841a4
commit
35fa176c97
3 changed files with 1 additions and 1 deletions
BIN
dist/litellm-1.12.6.dev4-py3-none-any.whl
vendored
Normal file
BIN
dist/litellm-1.12.6.dev4-py3-none-any.whl
vendored
Normal file
Binary file not shown.
BIN
dist/litellm-1.12.6.dev4.tar.gz
vendored
Normal file
BIN
dist/litellm-1.12.6.dev4.tar.gz
vendored
Normal file
Binary file not shown.
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue