docs: update usage guide for changing models; add custom model support and reorganize sections

This commit is contained in:
mrT23
2024-07-28 08:55:01 +03:00
parent 49f608c968
commit 86d9612882
6 changed files with 206 additions and 163 deletions

View File

@ -18,6 +18,8 @@ ai_timeout=120 # 2minutes
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.
custom_model_max_tokens=-1 # for models not in the default list
#
patch_extra_lines = 1
secret_provider=""
cli_mode=false