mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +00:00
fix: Remove duplicate parameter cache_prompts
in Coder
constructor
This commit is contained in:
parent
7850236ba2
commit
0bd4dc4622
1 changed files with 1 additions and 0 deletions
|
@ -257,6 +257,7 @@ class Coder:
|
||||||
total_cost=0.0,
|
total_cost=0.0,
|
||||||
map_refresh="auto",
|
map_refresh="auto",
|
||||||
cache_prompts=False,
|
cache_prompts=False,
|
||||||
|
cache_prompts=False,
|
||||||
):
|
):
|
||||||
self.commit_before_message = []
|
self.commit_before_message = []
|
||||||
self.aider_commit_hashes = set()
|
self.aider_commit_hashes = set()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue