en sumary md

pull/31/head
crazywoola 2024-01-07 14:16:15 +08:00
parent b010e6a901
commit 8defe3e118
2 changed files with 3 additions and 2 deletions

View File

@ -61,8 +61,9 @@
* [LocalAI](advanced/model-configuration/localai.md)
* [More Integration](advanced/more-integration.md)
* [Extension](advanced/extension/README.md)
* [API-based Extension](advanced/extension/api\_based\_extension/README.md)
* [API Based Extension](advanced/extension/api\_based\_extension/README.md)
* [External\_data\_tool](advanced/extension/api\_based\_extension/external\_data\_tool.md)
* [Deploy to Cloudflare Workers](advanced/extension/api\_based\_extension/cloudflare\_workers.md)
* [Moderation Extension](advanced/extension/api\_based\_extension/moderation-extension.md)
* [Code-based Extension](advanced/extension/code-based-extension.md)

View File

@ -2,7 +2,7 @@
In the process of creating AI applications, developers face constantly changing business needs and complex technical challenges. Effectively leveraging extension capabilities can not only enhance the flexibility and functionality of applications but also ensure the security and compliance of enterprise data. Dify offers the following two methods of extension:
[api\_based\_extension](api\_based\_extension/ "mention")
[API Based Extension](api_based_extension/ "mention")
[code-based-extension.md](code-based-extension.md "mention")