Skip to content

- [DEMO LINK](https://katerinaasss.github.io/layout_catalog/) - [TEST REPORT LINK](https://katerinaasss.github.io/layout_catalog/report/html_report/) #5753

- [DEMO LINK](https://katerinaasss.github.io/layout_catalog/) - [TEST REPORT LINK](https://katerinaasss.github.io/layout_catalog/report/html_report/)

- [DEMO LINK](https://katerinaasss.github.io/layout_catalog/) - [TEST REPORT LINK](https://katerinaasss.github.io/layout_catalog/report/html_report/) #5753

Workflow file for this run

name: GPT Review
permissions:
contents: read
pull-requests: write
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: anc95/ChatGPT-CodeReview@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
# Optional
LANGUAGE: English
MODEL: GPT-4
top_p: 1
temperature: 1