From 14289ab44f33ba6030a6a4204ae65cd79fd80bc2 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sat, 3 Jun 2023 18:07:01 -0700 Subject: [PATCH] tweaked --map-tokens help --- aider/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/main.py b/aider/main.py index 6dfb6dd54..5dc3bcc92 100644 --- a/aider/main.py +++ b/aider/main.py @@ -166,7 +166,7 @@ def main(args=None, input=None, output=None): "--map-tokens", type=int, default=1024, - help="Number of tokens to map for code understanding (default: 1024)", + help="Max number of tokens to use for repo map, use 0 to disable (default: 1024)", ) parser.add_argument( "--yes",