Skip to content

Commit

Permalink
Update amazon-bedrock.md (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
vblagoje authored Jan 30, 2024
1 parent 2c9fc68 commit f9c4a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/amazon-bedrock.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Once installed, you will have access to an [AmazonBedrockGenerator](https://docs
To use this integration for text generation, initialize a `AmazonBedrockGenerator` with the model name and aws credentials:

```python
from amazon_bedrock_haystack import AmazonBedrockGenerator
from haystack_integrations.components.generators.amazon_bedrock import AmazonBedrockGenerator

aws_access_key_id="..."
aws_secret_access_key="..."
Expand Down

0 comments on commit f9c4a97

Please sign in to comment.