Skip to content

Commit 317c612

Browse files
committed
docs(guide): adjust formatting in Dify configuration guide
- Remove unnecessary line breaks - Improve readability of the Dify configuration section
1 parent bba9640 commit 317c612

File tree

1 file changed

+1
-1
lines changed
  • docs/guide/configure-model-platform

1 file changed

+1
-1
lines changed

docs/guide/configure-model-platform/dify.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Dify 是一款开源的大语言模型(LLM)应用开发平台,旨在通过
99

1010
Dify 的 API 更接近于 LLM 应用层的 API,而不是类似 OpenAI 等平台的 API,且 Dify 自维护了对话上下文。由于 ChatLuna 本身就维护了自己的对话上下文,这和 Dify 自维护的对话上下文冲突。所以 ChatLuna 的 Dify 适配器无法兼容现有的 ChatLuna 生态。
1111

12-
包括**ChatLuna 的预设系统****长期记忆****搜索服务****知识库**等都不支持。请自行使用 Dify 工作流实现上面的功能。
12+
包括 **ChatLuna 的预设系统****长期记忆****搜索服务****知识库** 等都不支持。请自行使用 Dify 工作流实现上面的功能。
1313

1414
ChatLuna 最终选择以兼容的方式来接入 Dify 应用。当用户使用 ChatLuna 时,ChatLuna 会根据不同的房间,创建不同的 Dify 对话 ID,通过 Dify 自带的对话 ID 来管理对话。
1515

0 commit comments

Comments
 (0)