README.md

 1# Bedrock
 2
 3- Install the AWS CLI
 4- Log in in `aws configure`
 5
 6To see available models, run:
 7
 8```bash
 9aws bedrock list-inference-profiles --region us-east-1
10```