- patch_extra_lines = 1

- describe is with turbo model (for larger context)
This commit is contained in:
mrT23
2024-02-05 12:03:30 +02:00
parent 32e8ba331a
commit cce3c70369
2 changed files with 6 additions and 4 deletions

View File

@ -9,11 +9,11 @@ verbosity_level=0 # 0,1,2
use_extra_bad_extensions=false
use_repo_settings_file=true
use_global_settings_file=true
ai_timeout=180
ai_timeout=90
max_description_tokens = 500
max_commits_tokens = 500
max_model_tokens = 32000 # Limits the maximum number of tokens that can be used by any model, regardless of the model's default capabilities.
patch_extra_lines = 3
patch_extra_lines = 1
secret_provider="google_cloud_storage"
cli_mode=false