mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
fix: Set map_multiplier_no_files attribute on Coder class
This commit is contained in:
parent
3ab3265239
commit
9b59c8896a
1 changed files with 2 additions and 1 deletions
|
@ -131,6 +131,7 @@ class Coder:
|
|||
message_tokens_sent = 0
|
||||
message_tokens_received = 0
|
||||
add_cache_headers = False
|
||||
map_multiplier_no_files = 8
|
||||
|
||||
@classmethod
|
||||
def create(
|
||||
|
@ -424,7 +425,7 @@ class Coder:
|
|||
self.gpt_prompts.repo_content_prefix,
|
||||
self.verbose,
|
||||
max_inp_tokens,
|
||||
map_mul_no_files=map_multiplier_no_files,
|
||||
map_mul_no_files=self.map_multiplier_no_files,
|
||||
refresh=map_refresh,
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue