fix: resolve syntax error by removing extra closing parenthesis in model settings list

This commit is contained in:
Jay Alammar (aider) 2024-09-06 17:07:16 -04:00
parent 68bd2b75c6
commit 74f1ceff93

View file

@ -90,7 +90,6 @@ 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",