mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
build(test_completion.py): ci/cd run again
This commit is contained in:
parent
2275bc4ece
commit
df4e84e14e
1 changed files with 1 additions and 0 deletions
|
@ -1819,6 +1819,7 @@ def tgi_mock_post(url, data=None, json=None, headers=None):
|
|||
def test_hf_test_completion_tgi():
|
||||
litellm.set_verbose = True
|
||||
try:
|
||||
|
||||
with patch("requests.post", side_effect=tgi_mock_post) as mock_client:
|
||||
response = completion(
|
||||
model="huggingface/HuggingFaceH4/zephyr-7b-beta",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue