Skip to content

Commit 08948b1

Browse files
committed
fix(AWS_BEDROCK_EXAMPLE.md): update api to bedrock
1 parent 1b4346a commit 08948b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AWS_BEDROCK_EXAMPLE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To use AWS Bedrock with ECA, you need to configure the provider in your ECA conf
1212
{
1313
"providers": {
1414
"bedrock": {
15-
"api": "anthropic",
15+
"api": "bedrock",
1616
"key": "${env:BEDROCK_API_KEY}",
1717
"url": "https://your-proxy.example.com/model/{modelId}/converse",
1818
"region": "us-east-1",

0 commit comments

Comments
 (0)