Skip to content

Commit

Permalink
fixed additional classes
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-gan committed Apr 9, 2024
1 parent 7c2ff12 commit 86e91d1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion libs/community/langchain_community/chat_models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@
from langchain_community.chat_models.mlflow_ai_gateway import (
ChatMLflowAIGateway, # noqa: F401
)
from langchain_community.chat_models.mlx import (
ChatMLX, # noqa: F401
)
from langchain_community.chat_models.ollama import (
ChatOllama, # noqa: F401
)
Expand Down Expand Up @@ -177,6 +180,7 @@
"ChatKonko",
"ChatLiteLLM",
"ChatLiteLLMRouter",
"ChatMLX",
"ChatMLflowAIGateway",
"ChatMaritalk",
"ChatMlflow",
Expand All @@ -200,11 +204,12 @@
"MiniMaxChat",
"PaiEasChatEndpoint",
"PromptLayerChatOpenAI",
"SolarChat",
"QianfanChatEndpoint",
"SolarChat",
"VolcEngineMaasChat",
]


_module_lookup = {
"AzureChatOpenAI": "langchain_community.chat_models.azure_openai",
"BedrockChat": "langchain_community.chat_models.bedrock",
Expand Down

0 comments on commit 86e91d1

Please sign in to comment.