From 328a3c317846c15e198ed816e01fe7aa5688baf3 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 20 Apr 2025 10:34:12 -0700 Subject: [PATCH] docs: Improve Amazon Bedrock setup instructions --- aider/website/docs/llms/bedrock.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/aider/website/docs/llms/bedrock.md b/aider/website/docs/llms/bedrock.md index f3e2131c7..c38631a36 100644 --- a/aider/website/docs/llms/bedrock.md +++ b/aider/website/docs/llms/bedrock.md @@ -6,7 +6,8 @@ nav_order: 560 # Amazon Bedrock Aider can connect to models provided by Amazon Bedrock. -You will need to have an AWS account with access to the Bedrock service and the specific models you wish to use. +To configure Aider to use the Amazon Bedrock API, you need to set up your AWS credentials. +This can be done using the AWS CLI or by setting environment variables. ## Select a Model from Amazon Bedrock @@ -68,7 +69,7 @@ export AWS_PROFILE=your-profile ``` You can add these to your -`.env` file. +[.env file](/docs/config/dotenv.html). ### Set Environment Variables with PowerShell