(feat) print_verbose Raw openai chunk
This commit is contained in:
parent
73ce9aceb2
commit
ff8668aad5
@ -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…
Reference in New Issue
Block a user