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):