-
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 support not working #3295
Comments
Facing the same issue. Appears to be related to f054840 where the |
@Varun2101 you are right. If I create an IAM user and provide the aws_access_key and aws_secret_key, it works. |
How do we make Autogen work with Bedrock? I am trying the following code with a Mistral model:
It gives me the following error:
|
As of now, it supports only anthropic. Bedrock client is being added to Autogen through #3232 . |
* Fix to consider session token in request * Formatted --------- Co-authored-by: Chi Wang <[email protected]>
@billdoors This was fixed. Please close this if you are good. |
* Fix to consider session token in request * Formatted --------- Co-authored-by: Chi Wang <[email protected]>
Describe the bug
#3210
Steps to reproduce
I got error message: PermissionDeniedError: Error code: 403 - {'message': 'The security token included in the request is invalid.'}
Model Used
No response
Expected Behavior
No response
Screenshots and logs
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: