mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-13 03:15:17 +00:00
merge
This commit is contained in:
parent
bba22667f1
commit
99f17666c5
1 changed files with 3 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ model="gpt-4"
|
|||
fallback_models=["gpt-3.5-turbo-16k"]
|
||||
git_provider="github"
|
||||
publish_output=true
|
||||
publish_output_progress=true
|
||||
publish_output_progress=false
|
||||
verbosity_level=0 # 0,1,2
|
||||
use_extra_bad_extensions=false
|
||||
use_repo_settings_file=true
|
||||
|
|
@ -29,9 +29,10 @@ publish_labels=true
|
|||
publish_description_as_comment=false
|
||||
add_original_user_description=false
|
||||
keep_original_user_title=false
|
||||
extra_instructions = ""
|
||||
# markers
|
||||
use_description_markers=false
|
||||
include_generated_by_header=true
|
||||
extra_instructions = ""
|
||||
|
||||
[pr_questions] # /ask #
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue