From ff8668aad50db7eeb3fca4e4e0ef26eb9b0497cc Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Sat, 18 Nov 2023 17:12:49 -0800 Subject: [PATCH] (feat) print_verbose Raw openai chunk --- litellm/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/utils.py b/litellm/utils.py index 4364176007..f7a81a86eb 100644 --- a/litellm/utils.py +++ b/litellm/utils.py @@ -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