Skip to content

Commit

Permalink
update readme for bedrock (anthropics#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
x5a authored Oct 24, 2024
1 parent e373524 commit 8f734fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion computer-use-demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ Once the container is running, see the [Accessing the demo app](#accessing-the-d

### Bedrock

> [!TIP]
> To use the new Claude 3.5 Sonnet on Bedrock, you first need to [request model access](https://docs.aws.amazon.com/bedrock/latest/userguide/model-access-modify.html).
You'll need to pass in AWS credentials with appropriate permissions to use Claude on Bedrock.

You have a few options for authenticating with Bedrock. See the [boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/guide/credentials.html#environment-variables) for more details and options.
Expand All @@ -62,7 +65,7 @@ docker run \
-e API_PROVIDER=bedrock \
-e AWS_PROFILE=$AWS_PROFILE \
-e AWS_REGION=us-west-2 \
-v $HOME/.aws/credentials:/home/computeruse/.aws/credentials \
-v $HOME/.aws:/home/computeruse/.aws \
-v $HOME/.anthropic:/home/computeruse/.anthropic \
-p 5900:5900 \
-p 8501:8501 \
Expand Down

0 comments on commit 8f734fd

Please sign in to comment.