mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
fixes #1889
This commit is contained in:
parent
99c3a1ec7f
commit
992600fcb7
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ class ArchitectCoder(AskCoder):
|
|||
kwargs["total_cost"] = self.total_cost
|
||||
kwargs["cache_prompts"] = False
|
||||
kwargs["num_cache_warming_pings"] = 0
|
||||
kwargs["summarize_from_coder"] = False
|
||||
|
||||
new_kwargs = dict(io=self.io, from_coder=self)
|
||||
new_kwargs.update(kwargs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue