mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 19:24:59 +00:00
style: Fix formatting in senior_coder.py
This commit is contained in:
parent
a4aa88a440
commit
e718b43fc8
1 changed files with 2 additions and 2 deletions
|
@ -16,10 +16,10 @@ class SeniorCoder(AskCoder):
|
||||||
return
|
return
|
||||||
|
|
||||||
kwargs = dict()
|
kwargs = dict()
|
||||||
|
|
||||||
# Use the junior_model from the main_model if it exists, otherwise use the main_model itself
|
# Use the junior_model from the main_model if it exists, otherwise use the main_model itself
|
||||||
junior_model = self.main_model.junior_model or self.main_model
|
junior_model = self.main_model.junior_model or self.main_model
|
||||||
|
|
||||||
kwargs["main_model"] = junior_model
|
kwargs["main_model"] = junior_model
|
||||||
kwargs["edit_format"] = junior_model.edit_format
|
kwargs["edit_format"] = junior_model.edit_format
|
||||||
kwargs["suggest_shell_commands"] = False
|
kwargs["suggest_shell_commands"] = False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue