mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
Remove runtime error
This commit is contained in:
parent
42175a411d
commit
ac24696556
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue