mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
fix(main.py): fixing linting issues
This commit is contained in:
parent
bc84b38154
commit
1a6ea20a0b
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ def completion(
|
|||
max_tokens: Optional[float] = None,
|
||||
presence_penalty: Optional[float] = None,
|
||||
frequency_penalty: Optional[float]=None,
|
||||
logit_bias: dict = None,
|
||||
logit_bias: Optional[dict] = None,
|
||||
user: str = "",
|
||||
# openai v1.0+ new params
|
||||
response_format: Optional[dict] = None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue