mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-08 21:55:00 +00:00
Added tips
This commit is contained in:
parent
9ab36b565d
commit
cd81e967f3
11 changed files with 52 additions and 9 deletions
|
@ -35,10 +35,18 @@ Use /help to see in-chat commands, run with --help to see cmd line args
|
|||
...
|
||||
```
|
||||
|
||||
{% include help-tip.md %}
|
||||
|
||||
## Adding files
|
||||
|
||||
Add the files that the aider will need to *edit*.
|
||||
To edit files, you need to "add them to the chat".
|
||||
Do this
|
||||
by naming them on the aider command line.
|
||||
Or, you can use the in-chat
|
||||
`/add` command to add files.
|
||||
|
||||
|
||||
Only add the files that need to be edited for your task.
|
||||
Don't add a bunch of extra files.
|
||||
If you add too many files, the LLM can get overwhelmed
|
||||
and confused (and it costs more tokens).
|
||||
|
@ -46,15 +54,13 @@ Aider will automatically
|
|||
pull in content from related files so that it can
|
||||
[understand the rest of your code base](https://aider.chat/docs/repomap.html).
|
||||
|
||||
You add files to the chat by naming them on the aider command line.
|
||||
Or, you can use the in-chat
|
||||
`/add` command to add files.
|
||||
|
||||
You can use aider without adding any files,
|
||||
and it will try to figure out which files need to be edited based
|
||||
on your requests.
|
||||
But you'll get the best results if you add the files that need
|
||||
to edited.
|
||||
|
||||
{: .tip }
|
||||
You'll get the best results if you think about which files need to be
|
||||
edited and add them to the chat.
|
||||
|
||||
## LLMs
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue