mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 22:34:59 +00:00
move the empty list into init
This commit is contained in:
parent
64e16c8ad1
commit
974d96973c
1 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,6 @@ class Coder:
|
|||
repo_map = None
|
||||
functions = None
|
||||
total_cost = 0.0
|
||||
chat_completion_call_hashes = []
|
||||
|
||||
@classmethod
|
||||
def create(
|
||||
|
@ -104,6 +103,8 @@ class Coder:
|
|||
if not fnames:
|
||||
fnames = []
|
||||
|
||||
self.chat_completion_call_hashes = []
|
||||
|
||||
self.verbose = verbose
|
||||
self.abs_fnames = set()
|
||||
self.cur_messages = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue