mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
turn off suggest shell commands during benchmarks
This commit is contained in:
parent
8cfdcbd976
commit
1c73e7d43a
1 changed files with 1 additions and 0 deletions
|
@ -567,6 +567,7 @@ def run_test_real(
|
|||
verbose=verbose,
|
||||
# auto_lint=False, # disabled for code-in-json experiments
|
||||
cache_prompts=True,
|
||||
suggest_shell_commands=False,
|
||||
)
|
||||
coder.max_apply_update_errors = max_apply_update_errors
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue