mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 19:05:18 +00:00
Add AI disclaimer fields to configuration.toml
This commit is contained in:
parent
159e2f7dd6
commit
3f42bb6793
1 changed files with 2 additions and 0 deletions
|
|
@ -16,6 +16,8 @@ max_model_tokens = 32000 # Limits the maximum number of tokens that can be used
|
||||||
patch_extra_lines = 1
|
patch_extra_lines = 1
|
||||||
secret_provider="google_cloud_storage"
|
secret_provider="google_cloud_storage"
|
||||||
cli_mode=false
|
cli_mode=false
|
||||||
|
ai_disclaimer_title="" # Pro feature, title for a collapsible disclaimer to AI outputs
|
||||||
|
ai_disclaimer="" # Pro feature, full text for the AI discalimer
|
||||||
|
|
||||||
[pr_reviewer] # /review #
|
[pr_reviewer] # /review #
|
||||||
# enable/disable features
|
# enable/disable features
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue