fix: Rename JuniorWholeFileCoder and JuniorWholeFilePrompts classes

This commit is contained in:
Paul Gauthier 2024-09-25 14:25:16 -07:00 committed by Paul Gauthier (aider)
parent 3f682ed908
commit 25e833bbd4
4 changed files with 9 additions and 7 deletions

View file

@ -469,7 +469,7 @@ MODEL_SETTINGS = [
"openai/o1-mini",
"whole",
weak_model_name="openai/gpt-4o-mini",
junior_model_name="gpt-4o",
junior_model_name="openai/gpt-4o",
junior_edit_format="junior-diff",
use_repo_map=True,
reminder="user",
@ -515,6 +515,8 @@ MODEL_SETTINGS = [
"openrouter/openai/o1-mini",
"whole",
weak_model_name="openrouter/openai/gpt-4o-mini",
junior_model_name="openrouter/openai/gpt-4o",
junior_edit_format="junior-diff",
use_repo_map=True,
reminder="user",
use_system_prompt=False,