Skip to content

Commit 0bcbfa9

Browse files
committed
ci: 更新工作流中的API密钥和模型配置
将DEEPSEEK_API_KEY替换为OPENCODE_API_KEY,并将模型从deepseek-chat更改为opencode的kimi-k2.5-free
1 parent e3d4cfb commit 0bcbfa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/opencode.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
- name: Run opencode
2929
uses: anomalyco/opencode/github@latest
3030
env:
31-
DEEPSEEK_API_KEY: ${{ secrets.DEEPSEEK_API_KEY }}
31+
OPENCODE_API_KEY: ${{ secrets.OPENCODE_API_KEY }}
3232
with:
33-
model: deepseek/deepseek-chat
33+
model: opencode/kimi-k2.5-free

0 commit comments

Comments
 (0)