We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Yes
Bedrock now requires --providerRegion set on auth add command It can be overridden dynamically with AWS_DEFAULT_REGION env, this needs documenting.
--providerRegion
auth add
AWS_DEFAULT_REGION
THESE MUST BE REGIONS BEDROCK IS ENABLED IN
example
k8sgpt auth add -b amazonbedrock -m anthropic.claude-instant-v1 --providerRegion eu-central-1 `` ### Benefits Clearer docs for amazon bedrock etc etc ### Potential Drawbacks _No response_ ### Additional Information _No response_
The text was updated successfully, but these errors were encountered:
AlexsJones
AnaisUrlichs
No branches or pull requests
Checklist
Is this feature request related to a problem?
Yes
Problem Description
Bedrock now requires
--providerRegion
set onauth add
commandIt can be overridden dynamically with
AWS_DEFAULT_REGION
env, this needs documenting.THESE MUST BE REGIONS BEDROCK IS ENABLED IN
Solution Description
example
The text was updated successfully, but these errors were encountered: