fix: correct syntax error by removing extra closing parenthesis in ModelSettings definition

This commit is contained in:
Jay Alammar (aider) 2024-09-06 17:07:32 -04:00
parent d85979e1fb
commit df33498cad

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",