You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user, I would like to set my credentials for AWS Bedrock within the LibreChat interface when the environment variables are set as "userdefined" in the .env file.
More details
The following fields should be available for the user to set within the interface (similar to how it's already done for Google or Azure OpenAI):
BEDROCK_AWS_DEFAULT_REGION
BEDROCK_AWS_ACCESS_KEY_ID
BEDROCK_AWS_SECRET_ACCESS_KEY
BEDROCK_AWS_SESSION_TOKEN (optional for use with AWS STS)
Also, when the AWS user's temporary credentials expire (assuming the AWS STS Session token environment variable is added as requested in #4391), then the end user will be able to update their credentials directly in the LibreChat interface.
Which components are impacted by your request?
No response
Pictures
Example of Incorrect API setting for user provided credentials in the AWS Bedrock endpoint within the LibreChat UI
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
What features would you like to see added?
As a user, I would like to set my credentials for AWS Bedrock within the LibreChat interface when the environment variables are set as "userdefined" in the .env file.
More details
The following fields should be available for the user to set within the interface (similar to how it's already done for Google or Azure OpenAI):
BEDROCK_AWS_DEFAULT_REGION
BEDROCK_AWS_ACCESS_KEY_ID
BEDROCK_AWS_SECRET_ACCESS_KEY
BEDROCK_AWS_SESSION_TOKEN (optional for use with AWS STS)
Also, when the AWS user's temporary credentials expire (assuming the AWS STS Session token environment variable is added as requested in #4391), then the end user will be able to update their credentials directly in the LibreChat interface.
Which components are impacted by your request?
No response
Pictures
Example of Incorrect API setting for user provided credentials in the AWS Bedrock endpoint within the LibreChat UI
Code of Conduct
The text was updated successfully, but these errors were encountered: