rename files architect/editor

This commit is contained in:
Paul Gauthier 2024-09-26 16:16:05 -07:00
parent eb21cf2830
commit d6cf8377f1
7 changed files with 0 additions and 0 deletions

View 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()