Prompt-Engineering-Guide/pages/introduction.zh.mdx

7 lines
789 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 简介
Prompt工程是一门相对较新的学科用于开发和优化提示以便高效地使用语言模型LMs进行各种应用和研究主题。Prompt工程技能有助于更好地理解大型语言模型LLMs的能力和局限性。研究人员使用Prompt工程来提高LLMs在各种常见和复杂任务上的能力例如问答和算术推理。开发人员使用Prompt工程来设计与LLMs和其他工具接口的强大有效的提示技术。
本指南介绍了提示的基础知识以提供如何使用提示与大型语言模型LLMs进行交互和指导的大致想法。
除非另有说明,否则所有示例都使用`text-davinci-003`使用OpenAI的playground进行测试。它使用默认配置即`temperature=0.7`和`top-p=1`。