mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 20:54:59 +00:00
Remove __init__ from all coders and set edit_format and gpt_prompts like ChatCoder
This commit is contained in:
parent
916021bf10
commit
5fcf454968
6 changed files with 5 additions and 21 deletions
|
@ -5,7 +5,4 @@ from .editblock_fenced_prompts import EditBlockFencedPrompts
|
|||
|
||||
class EditBlockFencedCoder(EditBlockCoder):
|
||||
edit_format = "diff-fenced"
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
super().__init__(*args, **kwargs)
|
||||
self.gpt_prompts = EditBlockFencedPrompts()
|
||||
gpt_prompts = EditBlockFencedPrompts()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue