mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
16x
This commit is contained in:
parent
dea93bbfd9
commit
ecc46bd3e3
2 changed files with 39 additions and 3 deletions
|
@ -68,7 +68,9 @@ class RepoMap:
|
|||
max_map_tokens = self.max_map_tokens
|
||||
if not chat_files:
|
||||
# with no code in the chat, give a bigger view of the entire repo
|
||||
max_map_tokens *= 8
|
||||
max_map_tokens *= 16
|
||||
|
||||
dump(max_map_tokens)
|
||||
|
||||
try:
|
||||
files_listing = self.get_ranked_tags_map(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue