Skip to content

Commit

Permalink
Fix Import BedrockChat (langchain-ai#10485)
Browse files Browse the repository at this point in the history
- Description: Couldn't import BedrockChat from the chat_models
  - Issue: the issue # it fixes (if applicable),
  - Dependencies: N/A
  - Issues: langchain-ai#10468

---------

Co-authored-by: Ali Soliman <[email protected]>
Co-authored-by: Bagatur <[email protected]>
  • Loading branch information
3 people authored Sep 13, 2023
1 parent f4e6eac commit bcf130c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/langchain/langchain/chat_models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
from langchain.chat_models.anthropic import ChatAnthropic
from langchain.chat_models.anyscale import ChatAnyscale
from langchain.chat_models.azure_openai import AzureChatOpenAI
from langchain.chat_models.bedrock import BedrockChat
from langchain.chat_models.ernie import ErnieBotChat
from langchain.chat_models.fake import FakeListChatModel
from langchain.chat_models.google_palm import ChatGooglePalm
Expand All @@ -35,6 +36,7 @@

__all__ = [
"ChatOpenAI",
"BedrockChat",
"AzureChatOpenAI",
"FakeListChatModel",
"PromptLayerChatOpenAI",
Expand Down

0 comments on commit bcf130c

Please sign in to comment.