From 9fdef3cde9740d1c5154bd89de1e16aad5126b5b 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: Sat, 15 Nov 2025 14:56:34 +0800 Subject: [PATCH] Revert "Update default model in release workflow" This reverts commit d32ccc6eb52a5c68fa5ef51f3f979d4730432cb1. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0e20f71e..6ecc1f04 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ permissions: write-all env: OPENROUTER_API_URL: https://91vip.futureppo.top/v1/chat/completions - OPENROUTER_MODEL: "glm-4.6-turbo" + OPENROUTER_MODEL: "kimi-k2-0905-turbo" RELEASE_NAME: "NapCat" jobs: