mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
7 lines
226 B
Python
7 lines
226 B
Python
from .editblock_coder import EditBlockCoder
|
|
from .editor_editblock_prompts import EditorEditBlockPrompts
|
|
|
|
|
|
class EditorEditBlockCoder(EditBlockCoder):
|
|
edit_format = "editor-diff"
|
|
gpt_prompts = EditorEditBlockPrompts()
|