ChatGPT-CodeReview icon indicating copy to clipboard operation
ChatGPT-CodeReview copied to clipboard

如何配置中文回答?

Open JeromeLin opened this issue 1 year ago • 13 comments

配置了 LANGUAGE: Chinese,依然是英文回答

https://github.com/ZhongAnTech/zarm/pull/1078

name: Code Review

permissions:
  contents: read
  pull-requests: write

on:
  pull_request:
    types: [opened, reopened]

jobs:
  test:
    runs-on: ubuntu-latest
    steps:
      - uses: anc95/[email protected]
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
          OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
          LANGUAGE: Chinese

JeromeLin avatar Mar 28 '23 06:03 JeromeLin