feat: Add prompt cache warming via --cache-warming-pings

This commit is contained in:
Paul Gauthier 2024-08-26 16:33:25 -07:00 committed by Paul Gauthier (aider)
parent 4e718fa8e1
commit a5c283d7c8
9 changed files with 10 additions and 8 deletions

View file

@ -217,7 +217,7 @@ def get_parser(default_config_files, git_root):
"--cache-warming-pings",
type=int,
default=0,
help="Number of pings to warm up the cache (default: 0)",
help="Number of times to ping every 5min to keep prompt cache warm (default: 0)",
)
group.add_argument(
"--map-multiplier-no-files",