File tree Expand file tree Collapse file tree 5 files changed +10
-104
lines changed
Expand file tree Collapse file tree 5 files changed +10
-104
lines changed Original file line number Diff line number Diff line change 4040 git push -u origin $BRANCH_NAME
4141
4242 - name : Run GPT Translate
43- uses : BohuTANG/gpt-translate-refine@v1.3.0
43+ uses : BohuTANG/gpt-translate-refine@v1.4.4
4444 with :
4545 github_token : ${{ secrets.GITHUB_TOKEN }}
4646 api_key : ${{ secrets.API_KEY }}
5050 target_lang : " Simplified-Chinese"
5151 system_prompt : " .github/workflows/prompt.txt"
5252 refine_system_prompt : " .github/workflows/refine_prompt.txt"
53- TEMPERATURE : ${{ secrets.TEMPERATURE }}
54- REFINE_TEMPERATURE : ${{ secrets.REFINE_TEMPERATURE }}
53+ temperature : ${{ secrets.TEMPERATURE }}
54+ refine_temperature : ${{ secrets.REFINE_TEMPERATURE }}
5555 input_files : " ${{ steps.changed_files.outputs.files }}"
5656 output_files : " docs/cn/**/*.{md,json}"
57- commit_message : " Add LLM Translations V2"
57+ pr_title : " Add LLM Translations V2"
Original file line number Diff line number Diff line change 5757 git push -u origin $BRANCH_NAME
5858
5959 - name : Run GPT Translate
60- uses : BohuTANG/gpt-translate-refine@v1.3.0
60+ uses : BohuTANG/gpt-translate-refine@v1.4.4
6161 with :
6262 github_token : ${{ secrets.GITHUB_TOKEN }}
6363 api_key : ${{ secrets.API_KEY }}
6767 target_lang : " Simplified-Chinese"
6868 system_prompt : " .github/workflows/prompt.txt"
6969 refine_system_prompt : " .github/workflows/refine_prompt.txt"
70- TEMPERATURE : ${{ secrets.TEMPERATURE }}
71- REFINE_TEMPERATURE : ${{ secrets.REFINE_TEMPERATURE }}
70+ temperature : ${{ secrets.TEMPERATURE }}
71+ refine_temperature : ${{ secrets.REFINE_TEMPERATURE }}
7272 input_files : " ${{ steps.check_missing.outputs.missing_md_files }}${{ steps.check_missing.outputs.missing_json_files }}"
7373 output_files : " docs/cn/**/*.{md,json}"
74- commit_message : " Add LLM Translations V2"
74+ pr_title : " Add LLM Translations V2"
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5151 target_lang : " Simplified-Chinese"
5252 system_prompt : " .github/workflows/prompt.txt"
5353 refine_system_prompt : " .github/workflows/refine_prompt.txt"
54- TEMPERATURE : ${{ secrets.TEMPERATURE }}
55- REFINE_TEMPERATURE : ${{ secrets.REFINE_TEMPERATURE }}
54+ temperature : ${{ secrets.TEMPERATURE }}
55+ refine_temperature : ${{ secrets.REFINE_TEMPERATURE }}
5656 input_files : " ${{ github.event.inputs.path }}"
5757 output_files : " docs/cn/**/*.{md,json}"
5858 pr_title : " Add LLM Translations V2"
You can’t perform that action at this time.
0 commit comments