mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-22 13:25:00 +00:00
log chat history
This commit is contained in:
parent
0659d4e295
commit
0bab66defa
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ def run_test(testdir, model_name, edit_format):
|
|||
io = InputOutput(
|
||||
pretty=True,
|
||||
yes=False,
|
||||
chat_history_file=".aider.chat.history.md",
|
||||
)
|
||||
|
||||
main_model = models.Model(model_name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue