add warning about library imported on litellm/init (#18066)

This commit is contained in:
Alexsander Hamir 2025-12-16 09:36:24 -08:00 committed by GitHub
parent 2b495f84ab
commit 8be2eac816
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1351,6 +1351,8 @@ from .llms.cometapi.embed.transformation import CometAPIEmbeddingConfig
from .llms.lemonade.chat.transformation import LemonadeChatConfig
from .llms.snowflake.embedding.transformation import SnowflakeEmbeddingConfig
from .llms.amazon_nova.chat.transformation import AmazonNovaChatConfig
## Lazy loading this is not straightforward, will leave it here for now.
from .main import * # type: ignore
# Skills API