mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-04 12:50:38 +08:00
Clear secret provider configuration in configuration.toml
This commit is contained in:
@ -15,7 +15,7 @@ max_description_tokens = 500
|
|||||||
max_commits_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.
|
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 = 1
|
patch_extra_lines = 1
|
||||||
secret_provider="google_cloud_storage"
|
secret_provider=""
|
||||||
cli_mode=false
|
cli_mode=false
|
||||||
ai_disclaimer_title="" # Pro feature, title for a collapsible disclaimer to AI outputs
|
ai_disclaimer_title="" # Pro feature, title for a collapsible disclaimer to AI outputs
|
||||||
ai_disclaimer="" # Pro feature, full text for the AI disclaimer
|
ai_disclaimer="" # Pro feature, full text for the AI disclaimer
|
||||||
|
Reference in New Issue
Block a user