From ec5de979738c55d2e9b28db9e36876e79930c2a4 Mon Sep 17 00:00:00 2001 From: YHH <359807859@qq.com> Date: Sun, 19 Oct 2025 01:08:11 +0800 Subject: [PATCH] =?UTF-8?q?fix(ci):=20=E6=8D=A2=E7=94=A8=20gpt-4o=20?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E8=A7=A3=E5=86=B3=20token=20=E8=B6=85?= =?UTF-8?q?=E9=99=90=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ai-issue-helper.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ai-issue-helper.yml b/.github/workflows/ai-issue-helper.yml index 8675e7d5..86bc95e4 100644 --- a/.github/workflows/ai-issue-helper.yml +++ b/.github/workflows/ai-issue-helper.yml @@ -62,9 +62,9 @@ jobs: uses: actions/ai-inference@v1 id: ai with: - model: 'gpt-4o-mini' + model: 'gpt-4o' enable-github-mcp: true - max-tokens: 1000 + max-tokens: 1500 system-prompt: | 你是 ECS Framework (TypeScript ECS 框架) 的 AI 助手。 主要代码在 packages/core/src。