Skip to content

Commit

Permalink
feat: Change model settings from 'whole' to 'diff'
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Gauthier committed Sep 13, 2024
1 parent 72f52bd commit 9768e84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aider/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ class ModelSettings:
),
ModelSettings(
"openai/o1-preview",
"whole",
"diff",
weak_model_name="openai/gpt-4o-mini",
use_repo_map=True,
reminder="user",
Expand All @@ -460,7 +460,7 @@ class ModelSettings:
),
ModelSettings(
"o1-preview",
"whole",
"diff",
weak_model_name="gpt-4o-mini",
use_repo_map=True,
reminder="user",
Expand Down

0 comments on commit 9768e84

Please sign in to comment.