mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 00:05:01 +00:00
fix: Remove unused map_multiplier_no_files
attribute from Coder
class
This commit is contained in:
parent
425dc0b99a
commit
fc055a17c1
3 changed files with 3 additions and 5 deletions
|
@ -106,7 +106,7 @@ class RepoMap:
|
|||
padding = 4096
|
||||
if max_map_tokens and self.max_context_window:
|
||||
target = min(
|
||||
max_map_tokens * self.map_mul_no_files,
|
||||
int(max_map_tokens * self.map_mul_no_files),
|
||||
self.max_context_window - padding,
|
||||
)
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue