ci/cd run again

This commit is contained in:
Ishaan Jaff 2024-06-20 21:46:26 -07:00
parent 97d33324df
commit 0efd94cfca

View file

@ -1426,7 +1426,7 @@ def test_hf_test_completion_tgi():
messages=[{"content": "Hello, how are you?", "role": "user"}],
max_tokens=10,
)
# Add any assertions- here to check the response
# Add any assertions-here to check the response
print(response)
except litellm.ServiceUnavailableError as e:
pass