mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
oci: fix drop params parameter
This commit is contained in:
parent
933b3979eb
commit
afc9d258e3
1 changed files with 2 additions and 2 deletions
|
|
@ -208,8 +208,8 @@ class OCIChatConfig(BaseConfig):
|
|||
|
||||
if alias is False:
|
||||
# Workaround for mypy issue
|
||||
#if drop_params:
|
||||
continue
|
||||
if drop_params or litellm.drop_params:
|
||||
continue
|
||||
raise Exception(f"param `{key}` is not supported on OCI")
|
||||
|
||||
if alias is None:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue