mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
fix _check_valid_arg
This commit is contained in:
parent
f7129e5e59
commit
5f286fe147
1 changed files with 0 additions and 1 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue