mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-28 04:04:31 +00:00
ci/cd again
This commit is contained in:
parent
f0404453ae
commit
bf6cc65a3a
1 changed files with 1 additions and 1 deletions
|
@ -1426,7 +1426,7 @@ def test_hf_test_completion_tgi():
|
||||||
messages=[{"content": "Hello, how are you?", "role": "user"}],
|
messages=[{"content": "Hello, how are you?", "role": "user"}],
|
||||||
max_tokens=10,
|
max_tokens=10,
|
||||||
)
|
)
|
||||||
# Add any assertions-here to check the response
|
# Add any assertions- here to check the response
|
||||||
print(response)
|
print(response)
|
||||||
except litellm.ServiceUnavailableError as e:
|
except litellm.ServiceUnavailableError as e:
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue