Skip to content

Commit 41b6418

Browse files
committed
Organize directory structure
1 parent 4f08075 commit 41b6418

20 files changed

+3
-3
lines changed

.DS_Store

6 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ With a solid grasp of LangGPT, you'll be able to quickly and effortlessly begin
4040
## 教程
4141
| 更新内容 | 简介 | 更新日期 |
4242
|-|-|-|
43-
| [LangGPT 论文](https://arxiv.org/abs/2402.16929) | LangGPT: Rethinking Structured Reusable Prompt Design Framework for LLMs from the Programming Language, [中文版](LangGPT_paper_cn.md) | 2024.2.26 |
43+
| [LangGPT 论文](https://arxiv.org/abs/2402.16929) | LangGPT: Rethinking Structured Reusable Prompt Design Framework for LLMs from the Programming Language, [中文版](Papers/LangGPT_paper_cn.md) | 2024.2.26 |
4444
| [GPTs: LangGPT 代码诗人](https://chat.openai.com/gpts/editor/g-Apzuylaqk) | 自动化创建结构化提示词的GPTs | 2024.1.31 |
4545
| [视频 01-BiliBili 视频教程](https://www.bilibili.com/video/BV1rj411q78a) | B 站 UP 主 AIGCLINK 制作的 LangGPT 视频教程!感谢 AIGCLINK! | 2023.9.03 |
4646
| [文章 01-系统论述:构建高性能 Prompt 之路——结构化 Prompt](Docs/HowToWritestructuredPrompts.md) | 关于结构化提示词看这篇就够了! | 2023.7.30 |

README_zh.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ LangGPT 指在解决上面的问题:
5757
## 教程
5858
| 更新内容 | 简介 | 更新日期 |
5959
|-|-|-|
60-
| [LangGPT 论文](https://arxiv.org/abs/2402.16929) | LangGPT: Rethinking Structured Reusable Prompt Design Framework for LLMs from the Programming Language, [中文版](LangGPT_paper_cn.md) | 2024.2.26 |
60+
| [LangGPT 论文](https://arxiv.org/abs/2402.16929) | LangGPT: Rethinking Structured Reusable Prompt Design Framework for LLMs from the Programming Language, [中文版](Papers/LangGPT_paper_cn.md) | 2024.2.26 |
6161
| [GPTs: LangGPT 代码诗人](https://chat.openai.com/gpts/editor/g-Apzuylaqk) | 自动化创建结构化提示词的GPTs | 2024.1.31 |
6262
| [视频 01-BiliBili 视频教程](https://www.bilibili.com/video/BV1rj411q78a) | B 站 UP 主 AIGCLINK 制作的 LangGPT 视频教程!感谢 AIGCLINK! | 2023.9.03 |
6363
| [文章 01-系统论述:构建高性能 Prompt 之路——结构化 Prompt](Docs/HowToWritestructuredPrompts.md) | 关于结构化提示词看这篇就够了! | 2023.7.30 |
@@ -225,7 +225,7 @@ Role 模板通过上面四个部分内容即可定义和配置一个角色。
225225
6. 将编写好的 Role 模板内容复制到 ChatGPT 对话框(or API)愉快使用~
226226

227227
## 更多模板
228-
1. 项目 `templates` 文件夹下提供了更多 Prompt 模板用于参考。
228+
1. 项目 `LangGPT/emplates` 文件夹下提供了更多 Prompt 模板用于参考。
229229
2. 你也可以借鉴结构化的思想在 LangGPT 提供的模板基础上自行添加、删除、修改得到自己的 Prompt。
230230

231231
## 高级用法

0 commit comments

Comments
 (0)