diff --git a/README.md b/README.md index ced022a..11d8ef5 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,11 @@ English/[简体中文](https://github.com/deepseek-ai/awesome-deepseek-integrati SiYuan SiYuan is a privacy-first personal knowledge management system that supports complete offline usage, as well as end-to-end encrypted data sync. + + Wordware + Wordware + Wordware is a toolkit that enables anyone to build, iterate, and deploy their AI stack with just natural language. + ### RAG framework diff --git a/README_cn.md b/README_cn.md index 84ff72a..067d4f7 100644 --- a/README_cn.md +++ b/README_cn.md @@ -87,6 +87,11 @@ 思源笔记 思源笔记是一款隐私优先的个人知识管理系统,支持完全离线使用,并提供端到端加密的数据同步功能。 + + Wordware + Wordware + Wordware 这是一个工具包,使任何人都可以仅通过自然语言构建、迭代和部署他们的AI堆栈 + ### RAG 框架 diff --git a/docs/wordware/README.md b/docs/wordware/README.md new file mode 100644 index 0000000..3b43ceb --- /dev/null +++ b/docs/wordware/README.md @@ -0,0 +1,33 @@ +wordware og + + + +# Use DeepSeek Through Wordware + +Wordware is a toolkit that enables anyone to build, iterate, and deploy their AI stack with just natural language. Wordware is the easiest and fastest way to integrate both DeepSeek V3 and R1 into your LLM applications. + +## Tutorial + +### Create a new generation with the slash command + +![select model](assets/select-deepseek.jpg) + +### Select your desired DeepSeek model + +![select model](assets/select-deepseek.jpg) + +### Provide it with your context and press run. It's that simple. + +![use v3](assets/v3.jpg) + +### Use R1 for more advanced reasoning. + +![use r1](assets/r1.jpg) + +### And pair it with control blocks and tools to create more complex flows + +![use tools](assets/tools.jpg) + +### Refer to the docs to learn more. + +### Try Wordware out today and build something awesome! diff --git a/docs/wordware/README_cn.md b/docs/wordware/README_cn.md new file mode 100644 index 0000000..45e9a1a --- /dev/null +++ b/docs/wordware/README_cn.md @@ -0,0 +1,33 @@ +wordware og + + + +# 通过 Wordware 使用 DeepSeek + +Wordware 是一个工具包,让任何人都能仅使用自然语言来构建、迭代和部署他们的 AI 技术栈。Wordware 是将 DeepSeek V3 和 R1 集成到您的 LLM 应用程序中最简单和最快速的方式。 + +## 教程 + +### 使用斜杠命令创建新的生成 + +![select model](assets/select-deepseek.jpg) + +### 选择您想要的 DeepSeek 模型 + +![select model](assets/select-deepseek.jpg) + +### 提供您的上下文并点击运行,就是这么简单 + +![use v3](assets/v3.jpg) + +### 使用 R1 进行更高级的推理 + +![use r1](assets/r1.jpg) + +### 将其与控制块和工具配对,创建更复杂的流程 + +![use tools](assets/tools.jpg) + +### 查看文档了解更多信息 + +### 立即试用 Wordware 并构建令人惊叹的应用! diff --git a/docs/wordware/assets/gen.png b/docs/wordware/assets/gen.png new file mode 100644 index 0000000..8de83b5 Binary files /dev/null and b/docs/wordware/assets/gen.png differ diff --git a/docs/wordware/assets/og-image.png b/docs/wordware/assets/og-image.png new file mode 100644 index 0000000..3a92ed6 Binary files /dev/null and b/docs/wordware/assets/og-image.png differ diff --git a/docs/wordware/assets/r1.jpg b/docs/wordware/assets/r1.jpg new file mode 100644 index 0000000..f8c687f Binary files /dev/null and b/docs/wordware/assets/r1.jpg differ diff --git a/docs/wordware/assets/select-deepseek.jpg b/docs/wordware/assets/select-deepseek.jpg new file mode 100644 index 0000000..aec0c4b Binary files /dev/null and b/docs/wordware/assets/select-deepseek.jpg differ diff --git a/docs/wordware/assets/tools.jpg b/docs/wordware/assets/tools.jpg new file mode 100644 index 0000000..c80d4ca Binary files /dev/null and b/docs/wordware/assets/tools.jpg differ diff --git a/docs/wordware/assets/v3.jpg b/docs/wordware/assets/v3.jpg new file mode 100644 index 0000000..db0adf5 Binary files /dev/null and b/docs/wordware/assets/v3.jpg differ