Skip to content

Commit

Permalink
Add more to usage section of README
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Usher committed Nov 27, 2023
1 parent 88069b2 commit e206e4d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,18 @@ hematite = "0.1.0"

## Usage

You can run the following example with the following command:

```bash
cargo run --example anthropic
```

> [!NOTE]
> You'll need valid AWS credentials with at least `bedrock:InvokeModel` permissions in your environment, as well as to
> have configured [model access](https://docs.aws.amazon.com/bedrock/latest/userguide/model-access.html) for the particular
> model you're trying to use.

```rust
use aws_sdk_bedrockruntime::primitives::Blob;
use aws_sdk_bedrockruntime::Client;
Expand Down

0 comments on commit e206e4d

Please sign in to comment.