From d85979e1fbf5deee8020c0702fb596ce8e762cc9 Mon Sep 17 00:00:00 2001 From: "Jay Alammar (aider)" Date: Fri, 6 Sep 2024 17:07:23 -0400 Subject: [PATCH] fix: correct syntax error by fixing misplaced parenthesis in ModelSettings entries --- aider/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aider/models.py b/aider/models.py index d8cba5d32..50d5ffe0e 100644 --- a/aider/models.py +++ b/aider/models.py @@ -90,6 +90,7 @@ MODEL_SETTINGS = [ "whole", weak_model_name="gpt-4o-mini", reminder="sys", + ), ModelSettings( "gpt-3.5-turbo-0125", "whole",