1
0
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:
hustcer
2025-02-12 09:33:23 +08:00
parent d84f126292
commit fd3a97c3b6

View File

@@ -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 }}