mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-08 22:25:25 +00:00
oci: fix drop params parameter
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user