mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
feat: change edit format from "senior" to "architect"
This commit is contained in:
parent
e3e0d57512
commit
667a58052e
1 changed files with 1 additions and 1 deletions
|
@ -699,7 +699,7 @@ def run_test_real(
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
if edit_format == "senior":
|
if edit_format == "architect":
|
||||||
results["editor_model"] = main_model.editor_model.name if main_model.editor_model else None
|
results["editor_model"] = main_model.editor_model.name if main_model.editor_model else None
|
||||||
results["editor_edit_format"] = main_model.editor_edit_format
|
results["editor_edit_format"] = main_model.editor_edit_format
|
||||||
dump(results)
|
dump(results)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue