Auto-sync: 2026-04-18 03:18

This commit is contained in:
2026-04-18 03:18:06 +08:00
parent da0f9c3594
commit b78ac81f2c
34 changed files with 981 additions and 21 deletions

View File

@@ -0,0 +1,28 @@
---
title: "提示语设计"
type: concept
tags: [AI, 提示工程, DeepSeek]
date: 2026-04-18
---
## Definition
通过精心设计的提示词Prompt来引导 AI 模型生成更高质量输出的技术。提示语设计不仅仅是提供任务指令,还包括理解 AI 的工作原理、选择合适的模型、设计有效的提问方式。
## Core Principles
- 明确任务目标
- 提供充分上下文
- 使用具体示例
- 设定输出格式
- 迭代优化提示词
## Related Concepts
- [[AI幻觉]]:通过提示语设计可以减少 AI 生成错误内容的概率
- [[DeepSeek]]:该概念在此文档中有专门的最佳实践指南
- [[LLM]]:大型语言模型是提示语设计的对象
## Application Scenarios
- 文本生成
- 代码编写
- 数据分析
- 创意写作
- 问题解答