mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 14:25:00 +00:00
announce the edit format
This commit is contained in:
parent
7113a30271
commit
360846320f
3 changed files with 6 additions and 1 deletions
|
@ -52,6 +52,7 @@ class Coder:
|
|||
num_malformed_responses = 0
|
||||
last_keyboard_interrupt = None
|
||||
max_apply_update_errors = 3
|
||||
edit_format = None
|
||||
|
||||
@classmethod
|
||||
def create(
|
||||
|
@ -149,7 +150,7 @@ class Coder:
|
|||
|
||||
self.main_model = main_model
|
||||
|
||||
self.io.tool_output(f"Model: {main_model.name}")
|
||||
self.io.tool_output(f"Model: {main_model.name} using {self.edit_format} edit format")
|
||||
|
||||
self.show_diffs = show_diffs
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue