Open dannysteenman opened 1 week ago
resolves https://github.com/Mintplex-Labs/anything-llm/issues/2588
This feature includes the ability to authenticate with bedrock on aws using your iam role instead of using long term iam credentials. It should be backwards compatible with people who have setup:
AWS_BEDROCK_LLM_ACCESS_KEY_ID= AWS_BEDROCK_LLM_ACCESS_KEY=
In the UI it looks like this now, default:
when you enable the iam role:
Please verify it and let me know if you have some feedback, so I can improve it, then I can also update the docs once you're happy with the result.
yarn lint
Pull Request Type
Relevant Issues
resolves https://github.com/Mintplex-Labs/anything-llm/issues/2588
What is in this change?
This feature includes the ability to authenticate with bedrock on aws using your iam role instead of using long term iam credentials. It should be backwards compatible with people who have setup:
Additional Information
In the UI it looks like this now, default:
when you enable the iam role:
Please verify it and let me know if you have some feedback, so I can improve it, then I can also update the docs once you're happy with the result.
Developer Validations
yarn lint
from the root of the repo & committed changes