mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 01:04:59 +00:00
copy
This commit is contained in:
parent
1a97498ee9
commit
02c7335aa7
3 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ description: How to configure aider with a yaml config file.
|
||||||
|
|
||||||
# YAML config file
|
# YAML config file
|
||||||
|
|
||||||
Most options can also be set in an `.aider.conf.yml` file
|
Most of aider's options can be set in an `.aider.conf.yml` file,
|
||||||
which can be placed in your home directory or at the root of
|
which can be placed in your home directory or at the root of
|
||||||
your git repo.
|
your git repo.
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@ $ export ANTHROPIC_API_KEY=your-key-goes-here
|
||||||
$ aider --opus
|
$ aider --opus
|
||||||
```
|
```
|
||||||
|
|
||||||
Or see
|
Or see the
|
||||||
[full installation instructions](/docs/install/install.html)
|
[full installation instructions](/docs/install/install.html)
|
||||||
for more details,
|
for more details,
|
||||||
or the
|
or the
|
||||||
|
|
|
@ -48,7 +48,7 @@ Or, during your chat you can switch models with the in-chat
|
||||||
Ask aider to make changes to your code.
|
Ask aider to make changes to your code.
|
||||||
It will show you some diffs of the changes it is making to
|
It will show you some diffs of the changes it is making to
|
||||||
complete you request.
|
complete you request.
|
||||||
It will git commit all the changes it makes,
|
Aider will git commit all of its changes,
|
||||||
so they are easy to track and undo.
|
so they are easy to track and undo.
|
||||||
|
|
||||||
You can always use the `/undo` command to undo changes you don't
|
You can always use the `/undo` command to undo changes you don't
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue