feat: update model settings to include junior model and edit format

This commit is contained in:
Paul Gauthier 2024-09-25 10:47:31 -07:00 committed by Paul Gauthier (aider)
parent 130c6f7308
commit 7bd1d49f23

View file

@ -491,8 +491,10 @@ MODEL_SETTINGS = [
),
ModelSettings(
"o1-preview",
"diff",
"senior",
weak_model_name="gpt-4o-mini",
junior_model_name="gpt-4o",
junior_edit_format="diff",
use_repo_map=True,
reminder="user",
use_system_prompt=False,