refactor: Remove unused import statement in model_specs/__init__.py
This commit is contained in:
parent
69146c682e
commit
a01b98e700
1 changed files with 1 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
from .AmazonBedrockSpecs import AmazonBedrockComponent
|
||||
from .BaiduQianfanChatEndpointsSpecs import QianfanChatEndpointComponent
|
||||
from .BaiduQianfanLLMEndpointsSpecs import QianfanLLMEndpointComponent
|
||||
from .ChatAnthropicSpecs import AnthropicLLM
|
||||
|
||||
from .ChatLiteLLMSpecs import ChatLiteLLMComponent
|
||||
from .ChatOllamaEndpointSpecs import ChatOllamaComponent
|
||||
from .ChatOpenAISpecs import ChatOpenAIComponent
|
||||
|
|
@ -14,7 +14,6 @@ from .VertexAISpecs import VertexAIComponent
|
|||
|
||||
__all__ = [
|
||||
"AmazonBedrockComponent",
|
||||
"ChatAntropicSpecsComponent",
|
||||
"AzureChatOpenAISpecsComponent",
|
||||
"QianfanChatEndpointComponent",
|
||||
"QianfanLLMEndpointComponent",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue