-
Notifications
You must be signed in to change notification settings - Fork 2
feat: Add multi-package support and CI/CD workflows #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
7451992
b671ed0
47dcd38
97ee680
10ceb28
c0b2786
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,7 @@ identity: | |
| name: qiniu | ||
| label: | ||
| en_US: Qiniu Cloud | ||
| zh_Hans: 七牛云 | ||
| zh_Hans: 七牛云存储 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The new label For example:
|
||
| description: | ||
| en_US: Official Qiniu Cloud Dify plugin providing comprehensive AI inference services and cloud storage management. Supports multiple LLM models including GPT-OSS、deepseek、GLM、Kimi、Qwen series, and offers complete file management capabilities such as file upload, bucket operations, and content retrieval. | ||
| zh_Hans: 七牛云官方 Dify 插件,提供全面的 AI 推理服务和云存储管理功能。支持 GPT-OSS、deepseek、GLM、Kimi、Qwen 系列等多种大语言模型,并提供完整的文件管理能力,包括文件上传、存储空间操作和内容获取等功能。 | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While changing the label to
七牛云 AIis correct for the AI-only package, the description on lines 6-7 is now inconsistent. It still mentions 'cloud storage management' and related features. To align with the multi-package structure, please update the description to only include AI inference services.For example:
en_US: Official Qiniu Cloud Dify plugin providing comprehensive AI inference services. Supports multiple LLM models including GPT-OSS、deepseek、GLM、Kimi、Qwen series.zh_Hans: 七牛云官方 Dify 插件,提供全面的 AI 推理服务。支持 GPT-OSS、deepseek、GLM、Kimi、Qwen 系列等多种大语言模型。