Merge branch 'BerriAI:main' into main

This commit is contained in:
sajda 2025-04-10 11:15:40 +05:30 committed by GitHub
commit e6305b2247
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
128 changed files with 3858 additions and 744 deletions

View file

@ -3656,6 +3656,7 @@ def embedding( # noqa: PLR0915
optional_params=optional_params,
client=client,
aembedding=aembedding,
litellm_params=litellm_params_dict,
)
elif custom_llm_provider == "bedrock":
if isinstance(input, str):