mirror of
https://github.com/hustcer/deepseek-review.git
synced 2026-05-13 05:16:05 +08:00
Test DeepSeek-R1 model
This commit is contained in:
3
.github/workflows/cr.yml
vendored
3
.github/workflows/cr.yml
vendored
@@ -26,7 +26,8 @@ jobs:
|
||||
with:
|
||||
max-length: 15000
|
||||
# SiliconFlow's DeepSeek model
|
||||
model: 'deepseek-ai/DeepSeek-V3'
|
||||
# model: 'deepseek-ai/DeepSeek-V3'
|
||||
model: 'deepseek-ai/DeepSeek-R1'
|
||||
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 }}
|
||||
|
||||
Reference in New Issue
Block a user