mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 19:05:18 +00:00
fix: update default configuration values for publishing and verbosity
This commit is contained in:
parent
af635650f1
commit
94a8606d24
1 changed files with 2 additions and 2 deletions
|
|
@ -10,10 +10,10 @@ fallback_models=["gpt-4o-2024-08-06"]
|
||||||
response_language="en-US" # Language locales code for PR responses in ISO 3166 and ISO 639 format (e.g., "en-US", "it-IT", "zh-CN", ...)
|
response_language="en-US" # Language locales code for PR responses in ISO 3166 and ISO 639 format (e.g., "en-US", "it-IT", "zh-CN", ...)
|
||||||
# CLI
|
# CLI
|
||||||
git_provider="github"
|
git_provider="github"
|
||||||
publish_output=false
|
publish_output=true
|
||||||
publish_output_progress=true
|
publish_output_progress=true
|
||||||
publish_output_no_suggestions=true
|
publish_output_no_suggestions=true
|
||||||
verbosity_level=2 # 0,1,2
|
verbosity_level=0 # 0,1,2
|
||||||
use_extra_bad_extensions=false
|
use_extra_bad_extensions=false
|
||||||
# Configurations
|
# Configurations
|
||||||
use_wiki_settings_file=true
|
use_wiki_settings_file=true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue