mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 20:54:59 +00:00
fix: correct syntax error by fixing misplaced parenthesis in ModelSettings entries
This commit is contained in:
parent
74f1ceff93
commit
d85979e1fb
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ 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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue