mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-04 19:55:00 +00:00
Merge branch 'main' of github.com:Aider-AI/aider
This commit is contained in:
commit
e092081c56
1 changed files with 8 additions and 0 deletions
|
@ -39,6 +39,14 @@ export AWS_PROFILE=your-profile
|
||||||
You can add these to your
|
You can add these to your
|
||||||
[.env file](/docs/config/dotenv.html).
|
[.env file](/docs/config/dotenv.html).
|
||||||
|
|
||||||
|
## Bedrock with `pipx` installation
|
||||||
|
|
||||||
|
The AWS Bedrock provider requires the `boto3` package in order to function correctly. To use aider installed via `pipx` with AWS Bedrock, you must add the `boto3` dependency to aider's virtual environment by running
|
||||||
|
|
||||||
|
```
|
||||||
|
pipx inject aider boto3
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Running Aider with Bedrock
|
## Running Aider with Bedrock
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue