disable component litellm

This commit is contained in:
italojohnny 2024-06-23 23:49:56 -03:00 committed by Gabriel Luiz Freitas Almeida
commit 0f5b0c0ac3
2 changed files with 0 additions and 2 deletions

View file

@ -2,7 +2,6 @@ from .AmazonBedrockModel import AmazonBedrockComponent
from .AnthropicModel import AnthropicModelComponent
from .AzureOpenAIModel import AzureChatOpenAIComponent
from .BaiduQianfanChatModel import QianfanChatEndpointComponent
from .ChatLiteLLMModel import ChatLiteLLMModelComponent
from .CohereModel import CohereComponent
from .GoogleGenerativeAIModel import GoogleGenerativeAIComponent
from .HuggingFaceModel import HuggingFaceEndpointsComponent
@ -11,7 +10,6 @@ from .OpenAIModel import OpenAIModelComponent
from .VertexAiModel import ChatVertexAIComponent
__all__ = [
"ChatLiteLLMModelComponent",
"AmazonBedrockComponent",
"AnthropicModelComponent",
"AzureChatOpenAIComponent",