docs: update bedrock provider docs

This commit is contained in:
Peter Steinberger
2026-01-20 07:08:12 +00:00
parent a91c653d8a
commit 90a6ec12cc
2 changed files with 4 additions and 1 deletions
+3 -1
View File
@@ -28,9 +28,11 @@ export AWS_REGION="us-east-1"
# Optional:
export AWS_SESSION_TOKEN="..."
export AWS_PROFILE="your-profile"
# Optional (Bedrock API key/bearer token):
export AWS_BEARER_TOKEN_BEDROCK="..."
```
2) Add a Bedrock provider and model to your config:
2) Add a Bedrock provider and model to your config (no `apiKey` required):
```json5
{