mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +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):
|
def handle_openai_chat_completion_chunk(self, chunk):
|
||||||
try:
|
try:
|
||||||
|
print_verbose(f"\nRaw OpenAI Chunk\n{chunk}\n")
|
||||||
str_line = chunk
|
str_line = chunk
|
||||||
text = ""
|
text = ""
|
||||||
is_finished = False
|
is_finished = False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue