mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-12 07:12:32 +00:00
(feat) print_verbose Raw openai chunk
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user