Last active
July 17, 2025 21:52
-
-
Save statik/ec3d25ea639614a7afe8c4807f242e04 to your computer and use it in GitHub Desktop.
chatlas bedrock test
This file contains hidden or 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
# !pip install anthropic[bedrock] boto3 chatlas | |
from chatlas import ChatBedrockAnthropic | |
chat = ChatBedrockAnthropic( | |
model = "us.anthropic.claude-3-5-sonnet-20241022-v2:0" | |
) | |
chat.chat("What is the capital of France?") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment