Skip to content

Commit

Permalink
Merge pull request #671 from shrikant14/aws-client-docs
Browse files Browse the repository at this point in the history
Incorrect boto3 parameter name
  • Loading branch information
ishaan-jaff authored Oct 23, 2023
2 parents c9580a9 + 59b139f commit 3c5fb92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/my-website/docs/providers/bedrock.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ bedrock = boto3.client(
service_name="bedrock-runtime",
region_name="us-east-1",
aws_access_key_id="",
aws_secret_access_key_id="",
aws_secret_access_key="",
aws_session_token="",
)

Expand Down

0 comments on commit 3c5fb92

Please sign in to comment.