Skip to content

chore: Add aws-default-region #62

chore: Add aws-default-region

chore: Add aws-default-region #62

Workflow file for this run

name: Build Docker
on:
pull_request:
branches: [ "main", "dev"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Build
run: docker build .
- uses: anc95/ChatGPT-CodeReview@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
LANGUAGE: English
OPENAI_API_ENDPOINT: https://api.openai.com/v1
MODEL: gpt-3.5-turbo
PROMPT: Please check if there are any confusions or irregularities in the following code diff:

Check failure on line 27 in .github/workflows/build-check.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-check.yml

Invalid workflow file

You have an error in your yaml syntax on line 27
top_p: 1
temperature: 1
max_tokens: 10000
MAX_PATCH_LENGTH: 10000