(fix) text completion linting

This commit is contained in:
ishaan-jaff 2023-11-06 11:53:37 -08:00
parent 0760768c40
commit 82e44c7f84

View file

@ -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: