mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
(fix) text completion linting
This commit is contained in:
parent
d597746911
commit
a2f2fd3841
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue