Skip to content

Commit 6905caa

Browse files
authored
Update ai-pr-reviewer.yml
1 parent 6703e69 commit 6905caa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ai-pr-reviewer.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ jobs:
2929
review_simple_changes: false
3030
review_comment_lgtm: false
3131
openai_heavy_model: 'gpt-3.5-turbo'
32-
openai_model_temperature: '0.1'
33-
openai_retries: '25'
32+
openai_model_temperature: '1'
3433
openai_concurrency_limit: '3'
3534
system_message: |
3635
You are `@coderabbitai` (aka `github-actions[bot]`), a language model
@@ -53,7 +52,8 @@ jobs:
5352
comments/documentation. Identify and resolve significant
5453
concerns to improve overall code quality while deliberately
5554
disregarding minor issues. Take into account that the code
56-
under review has quality assurance purpose. For this purpose,
55+
under review are automated tests. For QA purpose,
5756
special tools and frameworks are used, like RestAssured,
58-
Selenium WebDriver and TestNG.
57+
Selenium WebDriver and TestNG. These tools may already
58+
include some core validations inside.
5959

0 commit comments

Comments
 (0)