mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
add warning about library imported on litellm/init (#18066)
This commit is contained in:
parent
2b495f84ab
commit
8be2eac816
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue