From 7219fcb9687884caa6ab77a69a7e0ccafd83f653 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Mon, 6 Nov 2023 17:56:41 -0800 Subject: [PATCH] (test) hf inference api - text_completion --- litellm/tests/test_text_completion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/tests/test_text_completion.py b/litellm/tests/test_text_completion.py index 286b645df..2c69b6e87 100644 --- a/litellm/tests/test_text_completion.py +++ b/litellm/tests/test_text_completion.py @@ -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() \ No newline at end of file +test_completion_hf_prompt_array() \ No newline at end of file