From 2603752266e5733d24c757abd06e5b416fc0cf3c Mon Sep 17 00:00:00 2001 From: Vitaly Zdanevich Date: Sun, 15 Sep 2024 12:58:06 +0400 Subject: [PATCH] Chinese -> English --- .github/workflows/cr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cr.yml b/.github/workflows/cr.yml index 1c2c104..ae8d1fe 100644 --- a/.github/workflows/cr.yml +++ b/.github/workflows/cr.yml @@ -18,7 +18,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} # Optional - LANGUAGE: Chinese + LANGUAGE: English OPENAI_API_ENDPOINT: https://api.openai.com/v1 MODEL: gpt-3.5-turbo # https://platform.openai.com/docs/models PROMPT: Please check if there are any confusions or irregularities in the following code diff