Skip to content
This repository was archived by the owner on Mar 6, 2024. It is now read-only.

Commit a1c2adf

Browse files
authored
update README.md (#87)
<!-- This is an auto-generated comment: release notes by openai --> ### Summary by OpenAI Chore: Update `max_files` parameter to `max_files_to_summarize` and add new `max_files_to_review` parameter. <!-- end of auto-generated comment: release notes by openai -->
1 parent 5055dad commit a1c2adf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,10 @@ request.
9999

100100
- `debug`: Enable debug mode, will show messages and responses between OpenAI
101101
server in CI logs.
102-
- `max_files`: Maximum number of files to be reviewed. Less than or equal to 0
103-
means no limit.
102+
- `max_files_to_summarize`: Maximum number of files to be summarized. Less than
103+
or equal to 0 means no limit.
104+
- `max_files_to_review`: Maximum number of files to be reviewed. Less than or
105+
equal to 0
104106
- `review_comment_lgtm`: Leave comments even the patch is LGTM
105107
- `path_filters`: Rules to filter files to be reviewed.
106108
- `temperature`: Temperature of the GPT-3 model.

0 commit comments

Comments
 (0)