mirror of
https://github.com/hustcer/deepseek-review.git
synced 2026-05-13 05:16:05 +08:00
Try using Infinigence's DeepSeek Model
This commit is contained in:
10
.github/workflows/cr.yml
vendored
10
.github/workflows/cr.yml
vendored
@@ -25,10 +25,12 @@ jobs:
|
||||
uses: hustcer/deepseek-review@develop
|
||||
with:
|
||||
max-length: 15000
|
||||
# SiliconFlow's DeepSeek model
|
||||
# model: 'deepseek-ai/DeepSeek-V3'
|
||||
model: 'deepseek-ai/DeepSeek-R1'
|
||||
base-url: 'https://api.siliconflow.cn/v1'
|
||||
# model: 'deepseek-v3' # Infinigence's DeepSeek V3 model
|
||||
model: 'deepseek-r1' # Infinigence's DeepSeek R1 model
|
||||
base-url: 'https://cloud.infini-ai.com/maas/v1' # Infinigence's API base URL
|
||||
# model: 'deepseek-ai/DeepSeek-V3' # SiliconFlow's DeepSeek V3 model
|
||||
# model: 'deepseek-ai/DeepSeek-R1' # SiliconFlow's DeepSeek R1 model
|
||||
# base-url: 'https://api.siliconflow.cn/v1' # SiliconFlow's API base URL
|
||||
# Store the chat token in GitHub Secrets, don't expose it in the workflow file
|
||||
chat-token: ${{ secrets.CHAT_TOKEN }}
|
||||
sys-prompt: >
|
||||
|
||||
Reference in New Issue
Block a user