Remove runtime error
This commit is contained in:
parent
42175a411d
commit
ac24696556
@ -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):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user