From 5f286fe1475fa0e3c62a23291f65a0e0ef1c2e5a Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Tue, 1 Apr 2025 21:20:31 -0700 Subject: [PATCH] fix _check_valid_arg --- litellm/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/litellm/utils.py b/litellm/utils.py index f9033681cdb..4029be37976 100644 --- a/litellm/utils.py +++ b/litellm/utils.py @@ -3057,7 +3057,6 @@ def get_optional_params( # noqa: PLR0915 Args: supported_params: List[str] - supported params from the litellm config - allowed_openai_params: List[str] - use can override the allowed_openai_params for a model by passing `allowed_openai_params` """ verbose_logger.info( f"\nLiteLLM completion() model= {model}; provider = {custom_llm_provider}"