(test) hugging face test - their endpoint is unstable

This commit is contained in:
ishaan-jaff 2024-02-28 12:11:29 -08:00
parent 3310bc9ee5
commit 6b253fec7c

View file

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