mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 12:45: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
|
@ -9,6 +9,8 @@ from .editblock_prompts import EditBlockPrompts
|
|||
|
||||
|
||||
class EditBlockCoder(Coder):
|
||||
edit_format = "diff"
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
self.gpt_prompts = EditBlockPrompts()
|
||||
super().__init__(*args, **kwargs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue