mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
fix linting issues
This commit is contained in:
parent
01313cd1f0
commit
6b3cb18983
2 changed files with 21 additions and 6 deletions
|
@ -844,6 +844,13 @@ def batch_completion(
|
|||
frequency_penalty=0,
|
||||
logit_bias: dict = {},
|
||||
user: str = "",
|
||||
# Optional liteLLM function params
|
||||
*,
|
||||
return_async=False,
|
||||
api_key: Optional[str] = None,
|
||||
api_version: Optional[str] = None,
|
||||
api_base: Optional[str] = None,
|
||||
force_timeout=600,
|
||||
# used by text-bison only
|
||||
top_k=40,
|
||||
custom_llm_provider=None,):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue