trustgraph/trustgraph_configurator/resources/dialog/docs/model/bedrock-compose.md

8 lines
248 B
Markdown
Raw Normal View History

To use AWS Bedrock, you must have enabled models in the AWS Bedrock console. You must also provide an AWS access key ID and secret key.
```
AWS_ACCESS_KEY_ID=ID-KEY-HERE
AWS_SECRET_ACCESS_KEY=TOKEN-GOES-HERE
AWS_DEFAULT_REGION=AWS-REGION-HERE
```