mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
(test) hugging face test - their endpoint is unstable
This commit is contained in:
parent
3310bc9ee5
commit
6b253fec7c
1 changed files with 0 additions and 2 deletions
|
@ -1075,8 +1075,6 @@ async def test_hf_completion_tgi_stream():
|
|||
if finished:
|
||||
break
|
||||
idx += 1
|
||||
if complete_response.strip() == "":
|
||||
raise Exception("Empty response received")
|
||||
print(f"completion_response: {complete_response}")
|
||||
except litellm.ServiceUnavailableError as e:
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue