Skip to content

Make request async and show that request is being processed #3

Make request async and show that request is being processed

Make request async and show that request is being processed #3

Workflow file for this run

name: Code Review
on:
pull_request:
branches: [ main ]
jobs:
code-review:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v3
- uses: sshnaidm/[email protected]
with:
# model: 'gpt-4-32k'
model: 'gpt-4'
openai-key: ${{ secrets.OPENAI_API_KEY }}
# max-length: 31800
max-length: 7800