generated from langchain-ai/integration-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
creating the new DemoChatBedrock POC.
- Loading branch information
Vishal Patil
committed
Jan 29, 2025
1 parent
ac7ec07
commit 33664fb
Showing
8 changed files
with
1,356 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
from langchain_aws.chat_model_adapter.demo_chat_adapter import ModelAdapter | ||
from langchain_aws.chat_model_adapter.anthropic_adapter import BedrockClaudeAdapter | ||
from langchain_aws.chat_model_adapter.llama_adapter import BedrockLlamaAdapter | ||
|
||
__all__ = ["ModelAdapter", "BedrockClaudeAdapter", "BedrockLlamaAdapter"] |
Oops, something went wrong.