-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Bedrock client uses incorrect environment variables for authentication #3500
Comments
The above code is removed from the Note: https://microsoft.github.io/autogen/0.2/blog/
We should fix it in 0.2 if needed. |
@seam-ctooley can i have a run at it ?? |
Go for it |
… uses incorrect environment variables for authentication microsoft#3500
Fix Merged, will be available in the next 0.2 release. |
Describe the bug
The AWS Bedrock client uses
AWS_ACCESS_KEY
andAWS_SECRET_KEY
as environment variables.autogen/autogen/oai/bedrock.py
Line 61 in 63d3297
Steps to reproduce
N/A
Model Used
N/A
Expected Behavior
The client should use
AWS_ACCESS_KEY_ID
andAWS_SECRET_ACCESS_KEY
as detailed here.Screenshots and logs
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: