We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d98fb3f commit 48149b2Copy full SHA for 48149b2
.github/workflows/v2.docs.translate.dir.yaml
@@ -43,6 +43,7 @@ jobs:
43
- name: Run GPT Translate
44
uses: BohuTANG/[email protected]
45
with:
46
+ github_token: ${{ secrets.GITHUB_TOKEN }}
47
api_key: ${{ secrets.API_KEY }}
48
base_url: ${{ secrets.BASE_URL }}
49
ai_model: ${{ secrets.LLM_MODEL }}
@@ -54,4 +55,4 @@ jobs:
54
55
REFINE_TEMPERATURE: ${{ secrets.REFINE_TEMPERATURE }}
56
input_files: "${{ github.event.inputs.path }}"
57
output_files: "docs/cn/**/*.{md,json}"
- commit_message: "Add LLM Translations"
58
+ commit_message: "Add LLM Translations V2"
0 commit comments