mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-14 18:20:55 +00:00
Remove runtime error
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user