fix: switch to DeepSeek API (deepseek-chat)

This commit is contained in:
hfshfg
2026-04-02 20:34:15 +08:00
parent c22ab032ec
commit 840e8ef734
2 changed files with 6 additions and 6 deletions

View File

@@ -22,7 +22,7 @@ jobs:
- name: Generate daily content
env:
ZHIPU_API_KEY: ${{ secrets.ZHIPU_API_KEY }}
DEEPSEEK_API_KEY: ${{ secrets.DEEPSEEK_API_KEY }}
run: node .github/scripts/generate-daily.js
- name: Commit and push changes