From 7315624b980b7cecc3d99f3dd547489c016f505d Mon Sep 17 00:00:00 2001 From: Jay Alammar Date: Wed, 11 Sep 2024 10:55:45 -0400 Subject: [PATCH] bugfix --- aider/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/models.py b/aider/models.py index d8cba5d32..d513e9ecf 100644 --- a/aider/models.py +++ b/aider/models.py @@ -90,13 +90,13 @@ MODEL_SETTINGS = [ "whole", weak_model_name="gpt-4o-mini", reminder="sys", + ), ModelSettings( "gpt-3.5-turbo-0125", "whole", weak_model_name="gpt-4o-mini", reminder="sys", ), - ), ModelSettings( "gpt-3.5-turbo-1106", "whole",