mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 10:14:26 +00:00
(fix) completion: when logit bias is None
This commit is contained in:
parent
0f873c756d
commit
a6bea946b3
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 = {},
|
||||
logit_bias: 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