mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 02:34:59 +00:00
feat: update model settings to include junior model and edit format
This commit is contained in:
parent
130c6f7308
commit
7bd1d49f23
1 changed files with 3 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue