TP-68136 | code critic

This commit is contained in:
Aman Chaturvedi
2024-08-23 10:30:04 +05:30
parent f6cf9985ac
commit 80f6c2ce4b
2 changed files with 1 additions and 157 deletions

View File

@@ -88,7 +88,7 @@ jobs:
- name: Run code review script
shell: bash
run: python scripts/pr-review.py $GITHUB_WORKSPACE
run: python code-critic/generic_code_review/generic_code_review_client.py $GITHUB_WORKSPACE
env:
GPT_MODEL_NAME: ${{ secrets.GPT_MODEL_NAME }}
AZURE_API_KEY: ${{ secrets.AZURE_API_KEY }}