mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
Added chat history file to InputOutput constructor.
This commit is contained in:
parent
e44677327f
commit
129f70dba8
2 changed files with 4 additions and 3 deletions
|
@ -84,7 +84,7 @@ def main(args=None):
|
|||
fnames = args.files
|
||||
pretty = args.pretty
|
||||
|
||||
io = InputOutput(args.pretty, args.yes, args.input_history_file)
|
||||
io = InputOutput(args.pretty, args.yes, args.input_history_file, args.chat_history_file)
|
||||
|
||||
coder = Coder(
|
||||
args.model, fnames, pretty, args.show_diffs, args.auto_commits, io,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue