mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
449b05fade
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ class RepoMap:
|
|||
max_map_tokens = self.max_map_tokens
|
||||
|
||||
# With no files in the chat, give a bigger view of the entire repo
|
||||
MUL = 16
|
||||
MUL = 8
|
||||
padding = 4096
|
||||
if max_map_tokens and self.max_context_window:
|
||||
target = min(max_map_tokens * MUL, self.max_context_window - padding)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue