Skip to content

Commit 85d92c2

Browse files
🪨 feat: add session token variable for AWS Bedrock (#4896)
1 parent 1a815f5 commit 85d92c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ BINGAI_TOKEN=user_provided
119119
# BEDROCK_AWS_DEFAULT_REGION=us-east-1 # A default region must be provided
120120
# BEDROCK_AWS_ACCESS_KEY_ID=someAccessKey
121121
# BEDROCK_AWS_SECRET_ACCESS_KEY=someSecretAccessKey
122+
# BEDROCK_AWS_SESSION_TOKEN=someSessionToken
122123

123124
# Note: This example list is not meant to be exhaustive. If omitted, all known, supported model IDs will be included for you.
124125
# BEDROCK_AWS_MODELS=anthropic.claude-3-5-sonnet-20240620-v1:0,meta.llama3-1-8b-instruct-v1:0

0 commit comments

Comments
 (0)