...
Code Block | ||
---|---|---|
| ||
models: { "AWS Bedrock - Claude 2": { provider: "anthropic", cloud: "aws", model: "claude-2.1", accessKeyIdawsAccessKey: "......", secretAccessKeyawsSecretKey: "......", awsRegion: "us-west-2" } } |
Installing
...
Bedrock SDK
Prior to using models from AWS Bedrock, you must install the AWS SDK within your Profound AI installation using the command below.
For Anthropic models, use the commands below:
Code Block |
---|
npm install @anthropic-ai/bedrock-sdk
npm install fast-xml-parser |
For other models, use the following command:
Code Block |
---|
npm install aws-sdk |