Comment on Amazon Bedrock Is Now Generally AvailableComments−ranman2yIf you want to use this but are tired of waiting for the SDKs to get updated you can do this:```curl -sS https://cdn.caylent.com/bedrock_new.zip > bedrock.zipmkdir -p ~/.aws/models/unzip bedrock.zip -d ~/.aws/models```
Comments
If you want to use this but are tired of waiting for the SDKs to get updated you can do this:
```
curl -sS https://cdn.caylent.com/bedrock_new.zip > bedrock.zip
mkdir -p ~/.aws/models/
unzip bedrock.zip -d ~/.aws/models
```