mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 10:55:17 +00:00
Clear secret provider configuration in configuration.toml
This commit is contained in:
parent
213ced7e18
commit
8e12787fc8
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ 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 = 1
|
||||
secret_provider="google_cloud_storage"
|
||||
secret_provider=""
|
||||
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 disclaimer
|
||||
|
|
|
|||
Loading…
Reference in a new issue