Skip to content

Commit

Permalink
Update ai-pr-reviewer.yml: decrease temperature to 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mialeska committed Mar 21, 2024
1 parent 6e7651e commit 3c44585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ai-pr-reviewer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
review_simple_changes: false
review_comment_lgtm: false
openai_heavy_model: 'gpt-3.5-turbo'
openai_model_temperature: '0.3'
openai_model_temperature: '0.1'
openai_retries: '25'
openai_concurrency_limit: '3'
system_message: |
Expand Down

0 comments on commit 3c44585

Please sign in to comment.