File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed
Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,14 @@ name: Translate
22
33on :
44 # Automatic: when English content or prompts change
5- push :
6- branches :
7- - master
8- paths :
9- - " docs/en/docs/**/*.md"
10- - " docs/*/llm-prompt.md"
11- - " _scripts/general-llm-prompt.md"
5+ # Commented out to save API costs - run manually as needed
6+ # push:
7+ # branches:
8+ # - master
9+ # paths:
10+ # - "docs/en/docs/**/*.md"
11+ # - "docs/*/llm-prompt.md"
12+ # - "_scripts/general-llm-prompt.md"
1213
1314 # Manual trigger
1415 workflow_dispatch :
Original file line number Diff line number Diff line change 1414SCRIPTS_DIR = REPO_ROOT / "_scripts"
1515
1616# Claude API settings
17- MODEL = "claude-sonnet-4-5 "
17+ MODEL = "claude-sonnet-4-6 "
1818MAX_TOKENS = 32768 # Large enough for biggest docs (~60KB source)
1919REQUEST_TIMEOUT = 600.0 # 10 minute timeout per API request
2020
You can’t perform that action at this time.
0 commit comments