From 543437dd281471a15640e9396fd0412f803704b6 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 23 Sep 2024 12:48:00 -0700 Subject: [PATCH] copy --- aider/website/docs/faq.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/aider/website/docs/faq.md b/aider/website/docs/faq.md index 53037ad14..2281636cc 100644 --- a/aider/website/docs/faq.md +++ b/aider/website/docs/faq.md @@ -92,6 +92,19 @@ the functionality you want to use in repo B. Then when you're using aider in repo B, you can `/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?