mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-04 03:35:00 +00:00
copy
This commit is contained in:
parent
3e594877d7
commit
543437dd28
1 changed files with 13 additions and 0 deletions
|
@ -92,6 +92,19 @@ the functionality you want to use in repo B.
|
||||||
Then when you're using aider in repo B, you can
|
Then when you're using aider in repo B, you can
|
||||||
`/read` in that script.
|
`/read` in that script.
|
||||||
|
|
||||||
|
## How do I turn on the repository map?
|
||||||
|
|
||||||
|
Depending on the LLM you are using, aider may launch with the repo map disabled by default:
|
||||||
|
|
||||||
|
```
|
||||||
|
Repo-map: disabled
|
||||||
|
```
|
||||||
|
|
||||||
|
This is because weaker models get easily overwhelmed and confused by the content of the
|
||||||
|
repo map. They sometimes mistakenly think its ok to try and edit the code in the repo map.
|
||||||
|
The repo map is usually disabled for a good reason.
|
||||||
|
|
||||||
|
If you would like to force it on, you can run aider with `--map-tokens 1024`.
|
||||||
|
|
||||||
## How can I run aider locally from source code?
|
## How can I run aider locally from source code?
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue