mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-05 07:08:23 +00:00
(fix) text completion linting
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user