fix(ci): 换用 gpt-4o 模型解决 token 超限问题
This commit is contained in:
4
.github/workflows/ai-issue-helper.yml
vendored
4
.github/workflows/ai-issue-helper.yml
vendored
@@ -62,9 +62,9 @@ jobs:
|
|||||||
uses: actions/ai-inference@v1
|
uses: actions/ai-inference@v1
|
||||||
id: ai
|
id: ai
|
||||||
with:
|
with:
|
||||||
model: 'gpt-4o-mini'
|
model: 'gpt-4o'
|
||||||
enable-github-mcp: true
|
enable-github-mcp: true
|
||||||
max-tokens: 1000
|
max-tokens: 1500
|
||||||
system-prompt: |
|
system-prompt: |
|
||||||
你是 ECS Framework (TypeScript ECS 框架) 的 AI 助手。
|
你是 ECS Framework (TypeScript ECS 框架) 的 AI 助手。
|
||||||
主要代码在 packages/core/src。
|
主要代码在 packages/core/src。
|
||||||
|
|||||||
Reference in New Issue
Block a user