Skip to content

ylabo0717/bedrock-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bedrock Test

This is a test program for Bedrock.

Setup Bedrock

Please follow the instructions at

setup_bedrock.md

Environment Setup

  1. Create a .env file in the project root with your AWS credentials:
AWS_ACCESS_KEY_ID=your_access_key_here
AWS_SECRET_ACCESS_KEY=your_secret_key_here
AWS_REGION=ap-northeast-1
BEDROCK_MODEL_ID=apac.anthropic.claude-3-5-sonnet-20241022-v2:0
  1. Install required dependencies:
uv pip install python-dotenv boto3

Install uv

Please follow the instructions at :

https://docs.astral.sh/uv/getting-started/installation/

Usage

uv run main.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages