This commit is contained in:
svcvit
2024-07-24 13:18:47 +08:00
parent 3105140d7c
commit 7159bf1365
+4 -4
View File
@@ -21,7 +21,7 @@
## 翻译
| 文件 <div style="width:50px"> | 描述 | 来源 |
| <div style="width:50px">文件 </div> | 描述 | 来源 |
| -------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------- |
| `中译英.yml` | 通过宝玉的 Prompt,直译->反思->意译,将中文翻译成高质量的英文。 ![](./snapshots/Xnip2024-07-24_13-04-11.jpg) | 暂无 |
| `DuckDuckGo 翻译+LLM 二次翻译.yml` | 与三步翻译类似,但是把第一步的直译变成传统翻译引擎翻译,节省 Token,提高翻译效率,同时提高翻译质量。 ![](./snapshots/Xnip2024-07-16_13-42-06.jpg) | 暂无 |
@@ -29,7 +29,7 @@
## 工具
| 文件 <div style="width:50px"> | 描述 | 来源 |
| <div style="width:50px">文件 </div> | 描述 | 来源 |
| -------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------- |
| `SEO Slug Generator.yml` | 给自己的博文生成 url slug,参考来源于宝玉的 X ![](./snapshots/Xnip2024-07-24_13-06-35.jpg) | [twitter](https://x.com/dotey/status/1801280536125608265) |
| `Document_chat_template.yml` | 一个通过知识库聊天的模版 ![](./snapshots/Xnip2024-07-24_13-08-49.jpg) | [Winson-030](https://github.com/Winson-030/dify-DSL) |
@@ -40,14 +40,14 @@
## 聊天机器人
| 文件 <div style="width:50px"> | 描述 | 来源 |
| <div style="width:50px">文件 </div> | 描述 | 来源 |
| -------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------- |
| `根据用户的意图进行回复.yml` | 根据用户的聊天内容,进行意图判定,根据意图选择不同的工作流路径进行回复,再风格化聊天机器人话术 ![](./snapshots/WechatIMG4894.jpg) | 无 |
| `mem0ai` | 一个有记忆的聊天流程,完整代码见来源链接 ![mem0ai](./snapshots/WechatIMG6110.jpg) | [dify-plugin-mem0ai](https://github.com/tonori/dify-plugin-mem0ai) |
## 代码
| 文件 <div style="width:50px"> | 描述 | 来源 |
| <div style="width:50px">文件 </div> | 描述 | 来源 |
| -------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------- |
| `Python Coding Prompt.yml` | 通过聊天对话方式生成 Python 代码 | [Sonnet 3.5 for Coding 😍 - System Prompt](https://www.reddit.com/r/ClaudeAI/comments/1dwra38/sonnet_35_for_coding_system_prompt/) |