From bcf0b0ac7bfb5b1eb9fc839b109873a0997f36fc Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Sat, 7 Oct 2023 15:43:40 -0700 Subject: [PATCH] style(main.py): clean up print statement --- litellm/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/litellm/main.py b/litellm/main.py index 7d6844dda..edb506af8 100644 --- a/litellm/main.py +++ b/litellm/main.py @@ -1478,7 +1478,6 @@ def config_completion(**kwargs): ) def stream_chunk_builder(chunks: list): - print(f"chunk 0: {chunks[0]}") id = chunks[0]["id"] object = chunks[0]["object"] created = chunks[0]["created"]