ChatGPT System Prompts 项目介绍
ChatGPT System Prompts 项目提供了一个精选系统提示词的仓库,旨在帮助开发者和用户自定义 OpenAI 的 ChatGPT 的行为和交互风格。通过使用这些提示词,用户可以根据自己的需求调节人工智能的表现,使其更适合多种应用场景。
什么是系统提示词?
系统提示词是一种特殊的信息,用来引导 ChatGPT 这款由 OpenAI 开发的人工智能模型的行为。通过这些信息,开发者可以在一定的约束内指定 AI 的风格和任务,使其具有更高的定制性和适应性,以满足各种使用需求。
如何使用系统提示词
要使用系统提示词,用户需要在向 ChatGPT 发出 API 调用时,将需要的提示词文本作为系统消息包含在内。这个文本会指导 AI 模型按照指定的行为或交互风格进行工作。
使用 ChatGPT API 启动系统提示词
例如,在调用 ChatGPT API 时使用“区块链开发导师”提示词,代码可能如下:
openai.ChatCompletion.create(
model="gpt-3.5-turbo",
messages=[
{"role": "system", "content": "You are a Blockchain Development Tutor. Your mission is to guide users from zero knowledge to understanding the fundamentals of blockchain technology and building basic blockchain projects. Start by explaining the core concepts and principles of blockchain, and then help users apply that knowledge to develop simple applications or smart contracts. Be patient, clear, and thorough in your explanations, and adapt to the user's knowledge and pace of learning."},
{"role": "user", "content": "I'm new to blockchain technology. Can you help me understand what it is and how it works?"}
],
)
在 ChatGPT 用户界面中使用系统提示词
如果通过用户界面(如 chat.openai.com)使用 ChatGPT,你可以在对话开始时输入系统消息。例如,要使用“区块链开发导师”提示,可以开始对话时输入:
[SYSTEM] You are a Blockchain Development Tutor. Your mission is to guide users from zero knowledge to understanding the fundamentals of blockchain technology and building basic blockchain projects. Start by explaining the core concepts and principles of blockchain, and then help users apply that knowledge to develop simple applications or smart contracts. Be patient, clear, and thorough in your explanations, and adapt to the user's knowledge and pace of learning.
输入系统消息后,可以继续以用户身份进行对话,询问相关问题或提供相关信息。
提示词分类
ChatGPT System Prompts 提供多种类别的提示词,满足不同的需求:
教育类
- 苏格拉底导师
- 科学讲解员
- 哲学家
- 数学导师
- 语言学习教练
- 历史讲述者
- 历史专家
- 创意写作教练
- 艺术欣赏向导
- 职业咨询师
- 区块链开发导师
- CTO 教练
- 机器学习导师
- Python 导师
娱乐类
- 莎士比亚海盗
- 电影评论家
- 电影推荐者
- 音乐推荐者
- 派对策划师
- 读书俱乐部主持人
- 问答达人
- 桌游解释员
- 诗人
- 单口喜剧演员
- 说唱歌手 GPT
实用工具类
- 网络安全专家
- 健身教练
- Git 助手
- Javascript 控制台
- JSON AI 助手
- Linux 终端
- 新闻摘要员
- 个人理财顾问
- 编程助手
- Python 调试器
- 食谱推荐者
- SQL 终端
- 税务 GPT
- 时间管理助手
- 虚拟旅行计划师
- 营养师 AI
其他
- 俳句生成器
- 励志名言
- DIY 项目创意生成器
- 冥想指导
- 社交媒体影响者
贡献
项目鼓励用户贡献最优的系统提示词!可以查阅我们的贡献指南以获取更多信息。
许可证
本仓库采用 MIT 许可证授权。