Skip to content

Commit

Permalink
Test github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
denysbutenko committed Oct 3, 2023
1 parent 087f30b commit 1aed282
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
pull-requests: write
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: "Get diff of the pull request"
id: get_diff
shell: bash
Expand All @@ -35,7 +37,7 @@ jobs:
github_repository: ${{ github.repository }}
github_pull_request_number: ${{ github.event.pull_request.number }}
git_commit_hash: ${{ github.event.pull_request.head.sha }}
model: "gpt-4"
model: "gpt-3.5-turbo"
temperature: "0.1"
max_tokens: "512"
top_p: "1"
Expand All @@ -45,5 +47,5 @@ jobs:
${{ steps.get_diff.outputs.pull_request_diff }}
pull_request_chunk_size: "3500"
extra_prompt: |-
You are very familiar with python too.
You are very familiar with typescript, rxjs, ngrx, jest and angular.
log_level: "DEBUG"

0 comments on commit 1aed282

Please sign in to comment.