mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
feat: Add default junior edit format if not set
This commit is contained in:
parent
24c959af2d
commit
e6c938c489
1 changed files with 3 additions and 0 deletions
|
@ -724,6 +724,9 @@ class Model(ModelSettings):
|
||||||
junior_model=False,
|
junior_model=False,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
if not self.junior_edit_format:
|
||||||
|
self.junior_edit_format = self.junior_model.edit_format
|
||||||
|
|
||||||
return self.junior_model
|
return self.junior_model
|
||||||
|
|
||||||
def tokenizer(self, text):
|
def tokenizer(self, text):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue