From 592fc1271086bf0d7dd6f36e6378c1016bf26508 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Mon, 6 Nov 2023 14:42:12 -0800 Subject: [PATCH] (fix) linting errors --- 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 ca17a9fa27d..286b645df45 100644 --- a/litellm/tests/test_text_completion.py +++ b/litellm/tests/test_text_completion.py @@ -111,7 +111,7 @@ def test_completion_hf_prompt_array(): model="huggingface/mistralai/Mistral-7B-v0.1", prompt=token_prompt, # token prompt is a 2d list, max_tokens=0, - temperature=0.0 + temperature=0.0, echo=True, ) print("\n\n response")