From 27722e9e3adc95ca365b90a4161abc001655aee0 Mon Sep 17 00:00:00 2001 From: hustcer Date: Fri, 7 Feb 2025 18:21:18 +0800 Subject: [PATCH] chore: Use SiliconFlow's DeepSeek model --- .github/workflows/cr.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cr.yml b/.github/workflows/cr.yml index f045d31..6712193 100644 --- a/.github/workflows/cr.yml +++ b/.github/workflows/cr.yml @@ -25,6 +25,9 @@ jobs: uses: hustcer/deepseek-review@develop with: max-length: 15000 + # SiliconFlow's DeepSeek model + model: 'deepseek-ai/DeepSeek-V3' + base-url: 'https://api.siliconflow.cn/v1' # Store the chat token in GitHub Secrets, don't expose it in the workflow file chat-token: ${{ secrets.CHAT_TOKEN }} sys-prompt: >