Build AI agents with Go. Multiple providers, multiple models, one API 🧙
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```