fix: Remove duplicate parameter cache_prompts in Coder constructor

This commit is contained in:
Paul Gauthier 2024-08-17 06:49:03 -07:00 committed by Paul Gauthier (aider)
parent 7850236ba2
commit 0bd4dc4622

View file

@ -257,6 +257,7 @@ class Coder:
total_cost=0.0,
map_refresh="auto",
cache_prompts=False,
cache_prompts=False,
):
self.commit_before_message = []
self.aider_commit_hashes = set()