From ac24696556dcace4ffd88d4a4dccfd74aaeaec0e Mon Sep 17 00:00:00 2001 From: Sameer Kankute Date: Mon, 19 Jan 2026 19:19:16 +0530 Subject: [PATCH] Remove runtime error --- litellm/responses/streaming_iterator.py | 1 - 1 file changed, 1 deletion(-) diff --git a/litellm/responses/streaming_iterator.py b/litellm/responses/streaming_iterator.py index be12f39a09..96e8e83a76 100644 --- a/litellm/responses/streaming_iterator.py +++ b/litellm/responses/streaming_iterator.py @@ -100,7 +100,6 @@ class BaseResponsesAPIStreamingIterator: try: # Parse the JSON chunk parsed_chunk = json.loads(chunk) - raise RuntimeError("test") # Format as ResponsesAPIStreamingResponse if isinstance(parsed_chunk, dict):