From 711b2a431c2d3c549b78d3300444a5874e6453c0 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 4 Nov 2024 12:13:25 -0800 Subject: [PATCH] chore: add comment about sonnet flag placement --- aider/args.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aider/args.py b/aider/args.py index f916a45fc..bb30a33bc 100644 --- a/aider/args.py +++ b/aider/args.py @@ -1,5 +1,6 @@ #!/usr/bin/env python +#ai put it next to --sonnet! import argparse import os import sys