mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 02:34:59 +00:00
architect/editor
This commit is contained in:
parent
b551e29de3
commit
eb21cf2830
23 changed files with 337 additions and 337 deletions
|
@ -180,10 +180,10 @@ class Coder:
|
|||
output += ", infinite output"
|
||||
lines.append(output)
|
||||
|
||||
if self.edit_format == "senior":
|
||||
if self.edit_format == "architect":
|
||||
output = (
|
||||
f"Junior model: {main_model.junior_model.name} with"
|
||||
f" {main_model.junior_edit_format} edit format"
|
||||
f"Editor model: {main_model.editor_model.name} with"
|
||||
f" {main_model.editor_edit_format} edit format"
|
||||
)
|
||||
lines.append(output)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue