mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
docs: Improve Amazon Bedrock setup instructions
This commit is contained in:
parent
21fa54d792
commit
328a3c3178
1 changed files with 3 additions and 2 deletions
|
@ -6,7 +6,8 @@ nav_order: 560
|
||||||
# Amazon Bedrock
|
# Amazon Bedrock
|
||||||
|
|
||||||
Aider can connect to models provided by 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
|
## Select a Model from Amazon Bedrock
|
||||||
|
|
||||||
|
@ -68,7 +69,7 @@ export AWS_PROFILE=your-profile
|
||||||
```
|
```
|
||||||
|
|
||||||
You can add these to your
|
You can add these to your
|
||||||
`.env` file.
|
[.env file](/docs/config/dotenv.html).
|
||||||
|
|
||||||
### Set Environment Variables with PowerShell
|
### Set Environment Variables with PowerShell
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue