Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.
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
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Dify 作为同样开源的生成式 AI 应用开发平台,能够帮助开发
* **智能对话机器人开发** - 直接调用 DeepSeek R1 的思维链推理能力
* **知识增强型应用构建** - 通过私有知识库实现精准信息检索与生成

> 针对金融、法律等高合规需求场景,Dify 提供 [**本地私有化部署 DeepSeek + Dify**](broken-reference),支持 DeepSeek 模型与 Dify 平台同步部署至内网
> 针对金融、法律等高合规需求场景,Dify 提供 [**本地私有化部署 DeepSeek + Dify**](/zh-hans/learn-more/use-cases/private-ai-ollama-deepseek-dify),支持 DeepSeek 模型与 Dify 平台同步部署至内网

通过 Dify × DeepSeek 的技术组合,开发者可跳过底层架构搭建,跃迁至**场景化 AI 能力落地阶段**,让大模型技术快速转化为业务生产力。

Expand All @@ -26,7 +26,7 @@ Dify 作为同样开源的生成式 AI 应用开发平台,能够帮助开发

访问 [DeepSeek API 开放平台](https://platform.deepseek.com/),按照页面提示进行申请 API Key。

> 若提示链接无法访问,你也可以考虑在本地部署 DeepSeek 模型。详细说明请参考 [本地部署指南](broken-reference)
> 若提示链接无法访问,你也可以考虑在本地部署 DeepSeek 模型。详细说明请参考 [本地部署指南](/zh-hans/learn-more/use-cases/private-ai-ollama-deepseek-dify)

### 2. 注册 Dify

Expand Down Expand Up @@ -84,4 +84,4 @@ Dify 是一个能够帮助你快速搭建生成式 AI 应用的平台,通过

* [工作流](https://docs.dify.ai/zh-hans/guides/workflow)
* [文件上传](https://docs.dify.ai/zh-hans/guides/workflow/file-upload)
* [本地部署 DeepSeek + Dify,构建你的专属私有 AI 助手](broken-reference)
* [本地部署 DeepSeek + Dify,构建你的专属私有 AI 助手](/zh-hans/learn-more/use-cases/private-ai-ollama-deepseek-dify)
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ git push origin v0.0.1

### 5. 打包插件代码

前往 GitHub 代码仓库的 Releases 页,创建一个新的版本发布。发布版本时需上传插件文件。关于如何打包插件文件,详细说明请阅读[打包插件](broken-reference)。
前往 GitHub 代码仓库的 Releases 页,创建一个新的版本发布。发布版本时需上传插件文件。关于如何打包插件文件,详细说明请阅读[打包插件](/zh-hans/plugins/publish-plugins/package-plugin-file-and-publish#da-bao-cha-jian)。

![打包插件](https://assets-docs.dify.ai/2024/12/5cb4696348cc6903e380287fce8f529d.png)

Expand Down
Loading