mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
(feat) print_verbose Raw openai chunk
This commit is contained in:
parent
73ce9aceb2
commit
ff8668aad5
1 changed files with 1 additions and 0 deletions
|
@ -4592,6 +4592,7 @@ class CustomStreamWrapper:
|
|||
|
||||
def handle_openai_chat_completion_chunk(self, chunk):
|
||||
try:
|
||||
print_verbose(f"\nRaw OpenAI Chunk\n{chunk}\n")
|
||||
str_line = chunk
|
||||
text = ""
|
||||
is_finished = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue