(test) hf inference api - text_completion

This commit is contained in:
ishaan-jaff 2023-11-06 17:56:41 -08:00
parent fbe887f8f9
commit 7219fcb968

View file

@ -122,4 +122,4 @@ def test_completion_hf_prompt_array():
# response_str = response["choices"][0]["text"]
except Exception as e:
pytest.fail(f"Error occurred: {e}")
# test_completion_hf_prompt_array()
test_completion_hf_prompt_array()