Skip to content

Automatic sessions and huge performance improvements with several 10k compute nodes #3

Automatic sessions and huge performance improvements with several 10k compute nodes

Automatic sessions and huge performance improvements with several 10k compute nodes #3

Workflow file for this run

on:
pull_request:
branches:
- master
- review
jobs:
run_code_review:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Code Review GPT
uses: mattzcarey/[email protected]
with:
OPENAI_API_KEY: ${{ secrets.GPTREVIEWKEY }}
MODEL: 'gpt-4o'
GITHUB_TOKEN: ${{ github.token }}