fix(test_async_fn.py): fix test

This commit is contained in:
Krrish Dholakia 2024-02-15 21:51:06 -08:00
parent a910490d3b
commit 122d644e10

View file

@ -192,6 +192,8 @@ async def test_hf_completion_tgi():
)
# Add any assertions here to check the response
print(response)
except litellm.APIError as e:
pass
except litellm.Timeout as e:
pass
except Exception as e: