From a2f2fd3841332b9e7f73668a1eea188ed2c447b7 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Mon, 6 Nov 2023 11:53:37 -0800 Subject: [PATCH] (fix) text completion linting --- litellm/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/main.py b/litellm/main.py index 5d21f2a3de..682384fa0f 100644 --- a/litellm/main.py +++ b/litellm/main.py @@ -1922,7 +1922,7 @@ def text_completion( text_completion_response = TextCompletionResponse() - optional_params = {} + optional_params: Dict[str, Any] = {} if best_of is not None: optional_params["best_of"] = best_of if echo is not None: