mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
feat: add junior_edit_format="junior-diff" to gpt-4o model settings
This commit is contained in:
parent
25e833bbd4
commit
9f3cd92b18
1 changed files with 3 additions and 0 deletions
|
@ -148,6 +148,7 @@ MODEL_SETTINGS = [
|
|||
accepts_images=True,
|
||||
lazy=True,
|
||||
reminder="sys",
|
||||
junior_edit_format="junior-diff",
|
||||
),
|
||||
ModelSettings(
|
||||
"openai/gpt-4o-2024-08-06",
|
||||
|
@ -175,6 +176,7 @@ MODEL_SETTINGS = [
|
|||
accepts_images=True,
|
||||
lazy=True,
|
||||
reminder="sys",
|
||||
junior_edit_format="junior-diff",
|
||||
),
|
||||
ModelSettings(
|
||||
"gpt-4o-mini",
|
||||
|
@ -464,6 +466,7 @@ MODEL_SETTINGS = [
|
|||
accepts_images=True,
|
||||
lazy=True,
|
||||
reminder="sys",
|
||||
junior_edit_format="junior-diff",
|
||||
),
|
||||
ModelSettings(
|
||||
"openai/o1-mini",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue