Skip to content

Instantly share code, notes, and snippets.

@statik
Last active July 17, 2025 21:52
Show Gist options
  • Save statik/ec3d25ea639614a7afe8c4807f242e04 to your computer and use it in GitHub Desktop.
Save statik/ec3d25ea639614a7afe8c4807f242e04 to your computer and use it in GitHub Desktop.
chatlas bedrock test
# !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