From ea4c4955aca30341a8568c3e5fca32d5cda0acbc Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Tue, 28 Apr 2026 04:53:31 +0100 Subject: [PATCH] ci: use API-supported docs i18n model --- .github/workflows/translate-locale-reusable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/translate-locale-reusable.yml b/.github/workflows/translate-locale-reusable.yml index 2e28d7998..2a7a8b06c 100644 --- a/.github/workflows/translate-locale-reusable.yml +++ b/.github/workflows/translate-locale-reusable.yml @@ -160,7 +160,7 @@ jobs: LOCALE_SLUG: ${{ inputs.locale_slug }} OPENAI_API_KEY: ${{ secrets.OPENCLAW_DOCS_I18N_OPENAI_API_KEY }} OPENCLAW_DOCS_I18N_PROVIDER: openai - OPENCLAW_DOCS_I18N_MODEL: gpt-5.5 + OPENCLAW_DOCS_I18N_MODEL: gpt-5.2 OPENCLAW_DOCS_I18N_PROMPT_TIMEOUT: 10m run: | pending_file=".openclaw-sync/docs-i18n-${LOCALE_SLUG}.txt" @@ -220,7 +220,7 @@ jobs: with: openai-api-key: ${{ secrets.OPENCLAW_DOCS_AGENT_OPENAI_API_KEY || secrets.OPENCLAW_DOCS_I18N_OPENAI_API_KEY }} prompt-file: .openclaw-sync/docs-mdx-repair.md - model: gpt-5.5 + model: gpt-5.2 effort: high sandbox: workspace-write safety-strategy: drop-sudo