mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-19 18:21:03 +02:00
8 lines
248 B
Markdown
8 lines
248 B
Markdown
|
|
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
|
||
|
|
```
|