Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,22 @@ jobs:
matrix:
include:
- type: "ai"
name: "qiniu-ai"
name: "qiniu"
filename: "qiniu-ai"
label_en: "Qiniu AI"
label_zh: "七牛云 AI"
keep_models: true
keep_tools: false
- type: "kodo"
name: "qiniu-tools"
filename: "qiniu-storage"
label_en: "Qiniu Storage"
label_zh: "七牛云存储"
keep_models: false
keep_tools: true
- type: "all"
name: "qiniu"
name: "qiniu-all"
filename: "qiniu-all"
label_en: "Qiniu Cloud"
label_zh: "七牛云"
keep_models: true
Expand Down Expand Up @@ -101,7 +104,7 @@ jobs:
id: get_version
run: |
VERSION=$(yq eval '.version' /tmp/plugin-build/manifest.yaml)
PACKAGE_NAME="${{ matrix.name }}-${VERSION}.difypkg"
PACKAGE_NAME="${{ matrix.filename }}-${VERSION}.difypkg"
echo "version=$VERSION" >> $GITHUB_OUTPUT
echo "package_name=$PACKAGE_NAME" >> $GITHUB_OUTPUT
echo "Extracted version: $VERSION"
Expand Down
2 changes: 1 addition & 1 deletion manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ resource:
tool:
enabled: true
type: plugin
version: 0.1.2
version: 0.1.3
4 changes: 2 additions & 2 deletions models/llm/deepseek-r1.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
model: deepseek-r1
label:
zh_Hans: deepseek-r1
en_US: deepseek-r1
zh_Hans: DeepSeek R1
en_US: DeepSeek R1
model_type: llm
features:
- agent-thought
Expand Down
4 changes: 2 additions & 2 deletions models/llm/deepseek-v3.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
model: deepseek-v3
label:
zh_Hans: deepseek-v3
en_US: deepseek-v3
zh_Hans: DeepSeek V3
en_US: DeepSeek V3
model_type: llm
features:
- agent-thought
Expand Down
4 changes: 2 additions & 2 deletions models/llm/glm-45-air.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
model: glm-4.5-air
label:
zh_Hans: glm-4.5-air
en_US: glm-4.5-air
zh_Hans: GLM-4.5 Air
en_US: GLM-4.5 Air
model_type: llm
features:
- agent-thought
Expand Down
4 changes: 2 additions & 2 deletions models/llm/glm-45.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
model: glm-4.5
label:
zh_Hans: glm-4.5
en_US: glm-4.5
zh_Hans: GLM-4.5
en_US: GLM-4.5
model_type: llm
features:
- agent-thought
Expand Down
4 changes: 2 additions & 2 deletions models/llm/gpt-oss-120b.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
model: gpt-oss-120b
label:
zh_Hans: gpt-oss-120b
en_US: gpt-oss-120b
zh_Hans: GPT-OSS 120B
en_US: GPT-OSS 120B
model_type: llm
features:
- tool-call
Expand Down
4 changes: 2 additions & 2 deletions models/llm/gpt-oss-20b.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
model: gpt-oss-20b
label:
zh_Hans: gpt-oss-20b
en_US: gpt-oss-20b
zh_Hans: GPT-OSS 20B
en_US: GPT-OSS 20B
model_type: llm
features:
- tool-call
Expand Down
4 changes: 2 additions & 2 deletions models/llm/kimi-k2.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
model: kimi-k2
label:
zh_Hans: kimi-k2
en_US: kimi-k2
zh_Hans: Kimi K2
en_US: Kimi K2
model_type: llm
features:
- agent-thought
Expand Down
4 changes: 2 additions & 2 deletions models/llm/qwen-turbo.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
model: qwen-turbo
label:
zh_Hans: qwen-turbo
en_US: qwen-turbo
zh_Hans: Qwen Turbo

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

While standardizing the labels is a good improvement, the zh_Hans label for Qwen models should ideally be in Chinese. 'Qwen' is known as '通义千问' in Chinese. Consider using 通义千问 Turbo for the zh_Hans label to provide a better experience for Chinese-speaking users.

  zh_Hans: 通义千问 Turbo

en_US: Qwen Turbo
model_type: llm
features:
- agent-thought
Expand Down
4 changes: 2 additions & 2 deletions models/llm/qwen3-32b.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
model: qwen3-32b
label:
zh_Hans: qwen3-32b
en_US: qwen3-32b
zh_Hans: Qwen3 32B

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Similar to the other Qwen model, the zh_Hans label should ideally be in Chinese. 'Qwen' is '通义千问'. Consider using 通义千问3 32B for the zh_Hans label to maintain consistency and improve localization.

  zh_Hans: 通义千问3 32B

en_US: Qwen3 32B
model_type: llm
features:
- agent-thought
Expand Down