From 5608638e9a2ade8ea2e5c498e396706da8dce2be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Thu, 13 Nov 2025 21:02:28 +0800 Subject: [PATCH] Update OpenRouter API URL and model in workflow Changed the OpenRouter API endpoint and model in the auto-release GitHub Actions workflow to use new values. This may reflect a migration to a different service or model for automated releases. --- .github/workflows/auto-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index dd31d123..3a58c3a5 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -9,8 +9,8 @@ on: permissions: write-all env: - OPENROUTER_API_URL: https://openrouter.ai/api/v1/chat/completions - OPENROUTER_MODEL: "openrouter/auto" + OPENROUTER_API_URL: https://91vip.futureppo.top/v1/chat/completions + OPENROUTER_MODEL: "kimi-k2-0905-turbo" RELEASE_NAME: "NapCat" jobs: