mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-07 13:15:00 +00:00
rename files architect/editor
This commit is contained in:
parent
eb21cf2830
commit
d6cf8377f1
7 changed files with 0 additions and 0 deletions
7
aider/coders/editor_whole_coder.py
Normal file
7
aider/coders/editor_whole_coder.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
from .editor_whole_prompts import EditorWholeFilePrompts
|
||||
from .wholefile_coder import WholeFileCoder
|
||||
|
||||
|
||||
class EditorWholeFileCoder(WholeFileCoder):
|
||||
edit_format = "editor-whole"
|
||||
gpt_prompts = EditorWholeFilePrompts()
|
Loading…
Add table
Add a link
Reference in a new issue