This commit is contained in:
Paul Gauthier 2024-10-02 11:06:13 -07:00
parent 99c3a1ec7f
commit 992600fcb7

View file

@ -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)