mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +00:00
bugfix
This commit is contained in:
parent
df33498cad
commit
7315624b98
1 changed files with 1 additions and 1 deletions
|
@ -90,13 +90,13 @@ MODEL_SETTINGS = [
|
||||||
"whole",
|
"whole",
|
||||||
weak_model_name="gpt-4o-mini",
|
weak_model_name="gpt-4o-mini",
|
||||||
reminder="sys",
|
reminder="sys",
|
||||||
|
),
|
||||||
ModelSettings(
|
ModelSettings(
|
||||||
"gpt-3.5-turbo-0125",
|
"gpt-3.5-turbo-0125",
|
||||||
"whole",
|
"whole",
|
||||||
weak_model_name="gpt-4o-mini",
|
weak_model_name="gpt-4o-mini",
|
||||||
reminder="sys",
|
reminder="sys",
|
||||||
),
|
),
|
||||||
),
|
|
||||||
ModelSettings(
|
ModelSettings(
|
||||||
"gpt-3.5-turbo-1106",
|
"gpt-3.5-turbo-1106",
|
||||||
"whole",
|
"whole",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue