From 426c741b4069486c6fc4d9a8091939d05e42188d Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Mon, 11 Dec 2023 10:27:43 -0800 Subject: [PATCH] (test) hf 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 660367651cc..11c6d0e5bf6 100644 --- a/litellm/tests/test_text_completion.py +++ b/litellm/tests/test_text_completion.py @@ -142,7 +142,7 @@ def test_completion_hf_prompt_array(): prompt=token_prompt, # token prompt is a 2d list, max_tokens=0, temperature=0.0, - echo=True, + # echo=True, # hugging face inference api is currently raising errors for this, looks like they have a regression on their side ) print("\n\n response")