Skip to content

Commit a640dca

Browse files
author
honggang.jiang
committed
ci(deepseek): 变更deepseek支持
1 parent 6a29139 commit a640dca

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/dump-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ on:
1111
model:
1212
description: 'LLM model name'
1313
required: false
14-
default: 'glm-4-flash'
14+
default: 'deepseek-v4-pro'
1515
api-base:
1616
description: 'LLM API base URL'
1717
required: false
18-
default: 'https://open.bigmodel.cn/api/paas/v4'
18+
default: 'https://api.deepseek.com/v1'
1919

2020
jobs:
2121
analyze:
@@ -28,7 +28,7 @@ jobs:
2828
- uses: ./action
2929
with:
3030
api_key: ${{ secrets.AI_API_KEY }}
31-
api_base: ${{ github.event.inputs.api-base || 'https://open.bigmodel.cn/api/paas/v4' }}
32-
model: ${{ github.event.inputs.model || 'glm-4-flash' }}
31+
api_base: ${{ github.event.inputs.api-base || 'https://api.deepseek.com/v1' }}
32+
model: ${{ github.event.inputs.model || 'deepseek-v4-pro' }}
3333
extra-files: ${{ github.event.inputs.extra-files || '' }}
3434
post-comment: 'true'

action/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ inputs:
1212
description: 'LLM API base URL (e.g. https://api.openai.com/v1)'
1313
required: true
1414
model:
15-
description: 'LLM model name (e.g. gpt-4o)'
15+
description: 'LLM model name (e.g. deepseek-v4-pro)'
1616
required: true
1717
issue-number:
1818
description: 'Issue number to post analysis comment to'

0 commit comments

Comments
 (0)