mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
Remove logger
This commit is contained in:
parent
b0def4f18d
commit
2225247447
1 changed files with 0 additions and 1 deletions
|
|
@ -3190,7 +3190,6 @@ def get_optional_params_embeddings( # noqa: PLR0915
|
|||
## raise exception if non-default value passed for non-openai/azure embedding calls
|
||||
elif custom_llm_provider == "openai":
|
||||
# 'dimensions` is only supported in `text-embedding-3` and later models
|
||||
verbose_logger.debug(f"allowed_openai_params: {allowed_openai_params}")
|
||||
if (
|
||||
model is not None
|
||||
and "text-embedding-3" not in model
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue