Request to add missing BEDROCK_AWS_SESSION_TOKEN environment variable to the example.env file. #4894
philwilliammee
started this conversation in
Feature Requests & Suggestions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
The .env.example file is missing a AWS Bedrock variable option. This issue can effect new Bedrock user setup.
The BEDROCK_AWS_SESSION_TOKEN env variable is used here: /api/server/services/Endpoints/bedrock/options.js#L15. The .env.example file does not include the variable option.
Change request:
insert in line 122 of .env.example
# BEDROCK_AWS_SESSION_TOKEN=someSessionToken
Change Type
Bug fix (non-breaking change which fixes an issue)
Beta Was this translation helpful? Give feedback.
All reactions