mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
fix(utils.py): correctly instrument passing through api version in optional param check
This commit is contained in:
parent
373a41ca6d
commit
9ef83126d7
4 changed files with 6 additions and 4 deletions
|
@ -838,6 +838,7 @@ def completion(
|
|||
logprobs=logprobs,
|
||||
top_logprobs=top_logprobs,
|
||||
extra_headers=extra_headers,
|
||||
api_version=api_version,
|
||||
**non_default_params,
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue