Skip to content
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

Fix #537: Update AWS region logic for flexibility and defaults #669

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

feranmiodugbemi
Copy link

This pull request fixes issue #537 by updating the AWS region logic in the AnthropicBedrock class. The new logic supports the following priority for setting the region:

  • Argument passed during initialization
  • Environment variable AWS_REGION
  • AWS config file (~/.aws/config) using boto3
  • Default to 'us-east-1' if none of the above are set

This ensures a more flexible setup for AWS region configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant