mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
feat: Add cache_prompts parameter to Coder constructor
This commit is contained in:
parent
8e43911a63
commit
7850236ba2
1 changed files with 1 additions and 0 deletions
|
@ -256,6 +256,7 @@ class Coder:
|
||||||
summarizer=None,
|
summarizer=None,
|
||||||
total_cost=0.0,
|
total_cost=0.0,
|
||||||
map_refresh="auto",
|
map_refresh="auto",
|
||||||
|
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