feat: Change model settings from 'whole' to 'diff'

This commit is contained in:
Paul Gauthier 2024-09-12 19:15:47 -07:00 committed by Paul Gauthier (aider)
parent 72f52bdef0
commit 9768e84fcd

View file

@ -450,7 +450,7 @@ MODEL_SETTINGS = [
),
ModelSettings(
"openai/o1-preview",
"whole",
"diff",
weak_model_name="openai/gpt-4o-mini",
use_repo_map=True,
reminder="user",
@ -460,7 +460,7 @@ MODEL_SETTINGS = [
),
ModelSettings(
"o1-preview",
"whole",
"diff",
weak_model_name="gpt-4o-mini",
use_repo_map=True,
reminder="user",