mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 02:34:59 +00:00
feat: Add junior model information to announcement for senior edit format
This commit is contained in:
parent
0a7e5f313f
commit
f8cef655f0
1 changed files with 4 additions and 0 deletions
|
@ -184,6 +184,10 @@ class Coder:
|
|||
output = f"Weak model: {weak_model.name}"
|
||||
lines.append(output)
|
||||
|
||||
if self.edit_format == "senior":
|
||||
output = f"Junior model: {main_model.junior_model.name} with {main_model.junior_edit_format} edit format"
|
||||
lines.append(output)
|
||||
|
||||
# Repo
|
||||
if self.repo:
|
||||
rel_repo_dir = self.repo.get_rel_repo_dir()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue