From e206e4d5f659bc83de05768956dd6e6de6be806f Mon Sep 17 00:00:00 2001 From: Nate Usher Date: Sun, 26 Nov 2023 18:01:29 -0800 Subject: [PATCH] Add more to usage section of README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 41be02e..a641dc3 100644 --- a/README.md +++ b/README.md @@ -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;