From 85d92c23530f0ecc4fa12a2643c64283328afa19 Mon Sep 17 00:00:00 2001 From: phil Date: Sat, 7 Dec 2024 16:53:21 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=AA=A8=20feat:=20add=20session=20token=20?= =?UTF-8?q?variable=20for=20AWS=20Bedrock=20(#4896)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.example b/.env.example index 017712027e..19a5da1d90 100644 --- a/.env.example +++ b/.env.example @@ -119,6 +119,7 @@ BINGAI_TOKEN=user_provided # BEDROCK_AWS_DEFAULT_REGION=us-east-1 # A default region must be provided # BEDROCK_AWS_ACCESS_KEY_ID=someAccessKey # BEDROCK_AWS_SECRET_ACCESS_KEY=someSecretAccessKey +# BEDROCK_AWS_SESSION_TOKEN=someSessionToken # Note: This example list is not meant to be exhaustive. If omitted, all known, supported model IDs will be included for you. # BEDROCK_AWS_MODELS=anthropic.claude-3-5-sonnet-20240620-v1:0,meta.llama3-1-8b-instruct-v1:0