-
Notifications
You must be signed in to change notification settings - Fork 493
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
AWS Bedrock Configuration Error #1158
Comments
based on this PR - #1069, i think you'd have to set |
Yes, I have set these three as env variaables as below: Is the goose expecting the AWS CLI to be installed? I am using AWS using the python boto3 library. Goose version I am using is : 1.0.5 |
You shouldn't need the AWS cli. Those are the correct env vars to set, any combination of Looks like your error is a network timeout one rather than an AWS authentication one based on the error |
Yes, I am behind a proxy. Is there a switch i can use to get additional debug information that I can share here? |
Got it, I suspect that's the issue. Unfortunately we don't have more debugging enabled on that config step. Maybe you also need to set env vars This is where we're doing the auth if you're interested in investigating / opening a PR if needed:
|
ok, thanks. |
Sorry can you explain more what's the issue you're getting now? You're able to configure fine via the cli? |
I am trying to configure goose for AWS bedrock for anthropic.claude-3-5-sonnet-20240620-v1:0. Hit an issue during configuration stage.
The following variables are set. Shell is "csh"
setenv AWS_SECRET_ACCESS_KEY "yyyKEYyyy"
setenv AWS_ACCESS_KEY "yyyKEYyyy"
setenv AWS_REGION "us-west-2"
setenv AWS_ACCESS_KEY_ID "xxIDxx"
The configure loops in the below:
And gives the following error.
Is the AWS_REGION taken into account when the call is made?
I have checked the access via pyhon using the below script and it works:
Response:
The text was updated successfully, but these errors were encountered: