fix(test_async_fn.py): handle hf tgi model not being loaded yet
This commit is contained in:
parent
74381a2d06
commit
31c8d62ac2
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user