log chat history

This commit is contained in:
Paul Gauthier 2023-06-23 17:15:57 -07:00
parent 0659d4e295
commit 0bab66defa

View file

@ -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)