From 5d4e28783f26b0ddba1a6aa1f49eda9cce9add30 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 3081ee8515e8fbc7fa11c5468a5280305173dc59. --- .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: