feat: add junior model settings to the model configuration

This commit is contained in:
Paul Gauthier 2024-09-25 14:23:54 -07:00 committed by Paul Gauthier (aider)
parent c18d6a8960
commit 6568cd71d4

View file

@ -479,6 +479,8 @@ MODEL_SETTINGS = [
"o1-mini",
"whole",
weak_model_name="gpt-4o-mini",
junior_model_name="gpt-4o",
junior_edit_format="junior-diff",
use_repo_map=True,
reminder="user",
use_system_prompt=False,