Skip to content

docs: Update README.md to raises Model Access with CRI for Streamlit template #75

New issue

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 04-UX-demos/01-streamlit-template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Prerequisites:
* python >= 3.8 (tested on 3.11)
* docker
* use a Chrome browser for development
* `anthropic.claude-3-7-sonnet` model activated in Amazon Bedrock in your AWS account. [Instructions](https://docs.aws.amazon.com/bedrock/latest/userguide/model-access-modify.html).
* `anthropic.claude-3-7-sonnet` model activated in Amazon Bedrock in your AWS account, in **each** AWS region of the Cross Region Inference profile. [Instructions](https://docs.aws.amazon.com/bedrock/latest/userguide/model-access-modify.html).
* This demo has been tested on a mac laptop with colima as container runtime, but it should also work with other configurations.
* You also need to install the AWS Command Line Interface (CLI), the AWS Cloud Development KIT (CDK), and to configure the AWS CLI on your development environment. One way to configure the AWS CLI is to get your access key through the AWS console, and use the `aws configure` command in your terminal to setup your credentials.

Expand Down