Simpler auto-extended toggle and keep the default as false

This commit is contained in:
Zohar Meir
2024-01-04 18:53:45 +02:00
committed by GitHub
parent 2f9fbbf0ac
commit c2b0891c0b
3 changed files with 5 additions and 16 deletions

View File

@ -71,10 +71,7 @@ include_improved_code = true
extra_instructions = ""
rank_suggestions = false
# params for '/improve --extended' mode
auto_extended_mode=true
auto_extended_mode_min_files=1
auto_extended_mode_min_additions=500
auto_extended_mode_min_deletions=0
auto_extended_mode=false
num_code_suggestions_per_chunk=8
rank_extended_suggestions = true
max_number_of_calls = 5