mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-02 03:40:38 +08:00
docs: update usage guide for changing models; add custom model support and reorganize sections
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user