diff --git a/litellm/tests/test_streaming.py b/litellm/tests/test_streaming.py index 7fdd502048..0343b97ae2 100644 --- a/litellm/tests/test_streaming.py +++ b/litellm/tests/test_streaming.py @@ -1075,8 +1075,6 @@ async def test_hf_completion_tgi_stream(): if finished: break idx += 1 - if complete_response.strip() == "": - raise Exception("Empty response received") print(f"completion_response: {complete_response}") except litellm.ServiceUnavailableError as e: pass