mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
fix _check_valid_arg
This commit is contained in:
parent
dd260fefbd
commit
ad2d828f73
1 changed files with 0 additions and 1 deletions
|
@ -3057,7 +3057,6 @@ def get_optional_params( # noqa: PLR0915
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
supported_params: List[str] - supported params from the litellm config
|
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(
|
verbose_logger.info(
|
||||||
f"\nLiteLLM completion() model= {model}; provider = {custom_llm_provider}"
|
f"\nLiteLLM completion() model= {model}; provider = {custom_llm_provider}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue