Skip to content

ncuhome/Prompt-Engineering-Guide

 
 

Repository files navigation

Prompt Engineering Guide 中文版

提示词工程指南(Prompt Engineering Guide)是由 DAIR.AI 发起,由 南昌大学人工智能工业研究院NCUHOME 及中文开源社区共同翻译和改进的教程项目,旨在帮助研发和行业内相关人员了解提示工程。提示工程技能有助于更好地了解大型语言模型(LLM)的能力和局限性。研究人员利用提示工程提高 LLM 在各种常见和复杂任务(如问题解答和算术推理)中的能力。开发人员使用提示工程来设计与 LLM 和其他工具相连接的强大而有效的提示技术。

鉴于人们对使用 LLMs 进行开发的浓厚兴趣,我们创建了这一新的提示工程指南,其中包含与 LLMs 提示工程相关的所有最新论文、学习指南、讲座、参考资料和工具。

以传播 AI 技术和研究成果为目标,我们欢迎大家的贡献!大家可以查找页面上的编辑按钮参与贡献。

查看许可信息.

本项目受多个开源项目启发,包括:

感谢以上开源项目的贡献。

🌐 Prompt Engineering Guide (Web Version)

Guides

You can also find the most up-to-date guides on our new website https://prompt-guide.ncuos.com/.

Running the guide locally

To run the guide locally, for example to check the correct implementation of a new translation, you will need to:

  1. Install Node >=18.0.0
  2. Install pnpm if not present in your system. Check here for detailed instructions.
  3. Install the dependencies: pnpm i next react react-dom nextra nextra-theme-docs
  4. Boot the guide with pnpm dev
  5. Browse the guide at http://localhost:3000/

License

MIT License

如果您认为这里缺少某些内容,请随时打开 PR。随时欢迎反馈和建议。只需打开一个问题!

Releases

No releases published

Packages

No packages published

Languages

  • MDX 95.5%
  • Jupyter Notebook 4.1%
  • Other 0.4%