mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 04:35: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,
|
accepts_images=True,
|
||||||
lazy=True,
|
lazy=True,
|
||||||
reminder="sys",
|
reminder="sys",
|
||||||
|
junior_edit_format="junior-diff",
|
||||||
),
|
),
|
||||||
ModelSettings(
|
ModelSettings(
|
||||||
"openai/gpt-4o-2024-08-06",
|
"openai/gpt-4o-2024-08-06",
|
||||||
|
@ -175,6 +176,7 @@ MODEL_SETTINGS = [
|
||||||
accepts_images=True,
|
accepts_images=True,
|
||||||
lazy=True,
|
lazy=True,
|
||||||
reminder="sys",
|
reminder="sys",
|
||||||
|
junior_edit_format="junior-diff",
|
||||||
),
|
),
|
||||||
ModelSettings(
|
ModelSettings(
|
||||||
"gpt-4o-mini",
|
"gpt-4o-mini",
|
||||||
|
@ -464,6 +466,7 @@ MODEL_SETTINGS = [
|
||||||
accepts_images=True,
|
accepts_images=True,
|
||||||
lazy=True,
|
lazy=True,
|
||||||
reminder="sys",
|
reminder="sys",
|
||||||
|
junior_edit_format="junior-diff",
|
||||||
),
|
),
|
||||||
ModelSettings(
|
ModelSettings(
|
||||||
"openai/o1-mini",
|
"openai/o1-mini",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue