Remove runtime error

This commit is contained in:
Sameer Kankute 2026-01-19 19:19:16 +05:30
parent 42175a411d
commit ac24696556

View file

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