chatGPT提示词笔记

文章目录

  • Introduction
  • 1 如何写提示词
    • 1.1原则
    • 1.2 如何写提示词
  • 2.实例
    • 2.1逐句分析
    • 2.2 应用举例
    • 2.3 文本

Introduction

提示词(prompts)的质量是影响你使用chatGPT效果的决定因素之一。作为一个聊天程序,chatGPT被给予的指令越准确,它所回复的内容就会越优质,越符合使用者的预期。好的提示词可以使对话时刻处于正轨,集中在你想要的的主题上。在这篇文章你将会学到

  • 如何写提示词
  • 一些注意避免的问题
  • 例子

本文为阅读笔记,原电子书链接点击此处。

1 如何写提示词

1.1原则

  • 清晰:清晰的提示将有助于确保ChatGPT理解当前的主题或任务,并能够生成适当的响应。避免使用过于复杂或含糊不清的语言,并且在提示中尽可能具体。
  • 重点:提示词应该有明确的目的和重点,有助于引导对话并保持在正轨上。避免使用过于宽泛或开放式的提示,这可能会导致脱节或不集中的对话。可以理解为文章主题
  • 相关性:确保你的提示词与对话相关。避免引入不相关的话题,否则会分散谈话的主要焦点。
  • 简洁:用尽可能简明的描述,避免不必要的内容。过于冗杂的内容输入会影响chatGPT的处理效率和它对提示词的理解效果。

举例如下,
有效提示词:

  • 有重点且相关:“你能概括一下《运动的好处》这篇文章的要点吗?”
  • 明确且相关:“巴黎最好的素食餐厅有哪些?”

无效提示词:

  • 过于宽泛和开放:“关于这个世界,你能告诉我什么”
  • 虽然明确且具体,但过于开放:“帮我写作业”

1.2 如何写提示词

事先声明,下文所说的几点思路很浅显,读完之后配合例子去深入理解,自己多思考就能理解要点所在。多动手写一些,其实很简单。

提示词其实很简单,就是我们日常生活中使用的自然语言,说白了就是人话。把chatGPT当成现实中的的助手,你想让他帮你完成某一个工作,就要明确地告诉他工作内容是什么,你想要的结果是什么,你有什么要求,你希望他做哪些事情、用什么样的方式去完成这些事情。明确了这一点再去写提示词,思路其实就很直白,具体如下:

1.确定对话的目的和重点。在开始对话之前,明确你想通过本次对话得到什么结果,并告诉chatGPT,比如:“这段对话的目的是为有小孩的家庭推荐罗马的旅游景点”。或者是“帮我写一篇关于XX的文章”之类。这里有一个很实用的方法是“act as”语句,也即“扮演”。比如
在这里插入图片描述

在本例中用户想让chatGPT扮演一个语言处理助手,将自己输入的任何语言翻译成英语,并对原文进行语法纠错与润色后输出文本。使用“act as”可以使chatGPT扮演一个特定的角色(不单指人物,甚至可以是excel表格和javaScript控制台,下面会举例),让他更好地抓住重点,明确自己的任务。

2.选择具体和相关的语言。“你能推荐一些罗马的适合有小孩的家庭的旅游景点吗?”此提示清晰而具体,使ChatGPT易于理解并生成适当的响应。

3.注意避免的问题。有以下几点:

  • 避免使用行话和专业术语,如果一定要用,记得进行简单的定义。否则chatGPT会难以理解或产生歧义。
  • 避免使用模糊或者容易产生歧义的语言。比如“告诉我最近学校发生的事情”里面,“最近”就是模糊的表达,它所表示的时间可长可短,较好的表述是“最近三天”、“最近一周内”等。
  • 避免使用空洞、广泛或过于开放的表述。仍拿“学校里发生的事情”举例,过于广泛,可加一些限制,比如哪个方面、哪个部门、那个位置,越详细越好。同时开放式的问题虽然会帮助自己产生更多灵感,但有可能会产生意外的结果,导致对话中断(比如敏感话题),要注意适度。

4.回顾和修改你的提示词。在将提示词发送给ChatGPT之前,花点时间检查和修改它,以确保它清晰易懂。考虑语言是否具体和相关,提示是否集中并避免歧义。
5.鼓励chatGPT展开回复。ChatGPT能够提供有用和相关的信息,鼓励它扩展其回答,以提供更深入的信息或深入研究相关主题是有帮助的。你可以通过问后续问题来帮助引导对话。在这个过程中要注意语气,过于随意和冒犯性的发言可能会导致对话中断。同时要时刻注意对话的方向,如果有偏离要及时调整。

以上简单描述了如何写提示词,总结如下:首先表述自己的需求,然后用准确简明的语言提出各种要求与限制(注意时刻保持与主题的关联性),避免使用宽泛、空洞与过于开放的表述,最后回顾并修改提示词,输入即可。再结合一下几个例子,就能很快抓住要点。

2.实例

2.1逐句分析

在这里插入图片描述

  • “我想让你充当一个javascript控制台。”这句话使用“充当”技巧告诉chatGPT在对话中扮演javascript控制台的角色。

  • “我会输入命令,你会回复javascript控制台应该显示的内容。”这句话解释了用户在对话中的角色,以及chatGPT在响应用户键入的命令时的角色。

  • “我希望你只在一个唯一的代码块内回复终端输出,而不是其他。”这句话为chatGPT提供了进一步的说明,指定它应该只在一个唯一的代码块中回复终端输出,并且在其响应中不包括任何其他内容或解释。

  • “不要写解释。”这句话重复了上一句的指令,强调chatGPT不应该在回应中写任何解释。

  • “除非我命令你,否则不要输入命令。”这句话为chatGPT提供了进一步的说明,指定它不应该键入任何命令,除非用户指示它这样做。

  • “当我需要用英语告诉你一些事情时,我会把文本放在花括号里(就像这样)。”这句话通过将文本括在花括号中,为用户提供了如何用英语与chatGPT进行交流的指导。

  • 我的第一个命令是console.log(“Hello World”);"这句话提供了提示符的第一个命令,因此chatGPT将首先运行。

2.2 应用举例

案例1:使用ChatGPT提高语言技能

在这个案例研究中,我们将看看如何使用chatGPT来帮助提高语言技能。通过使用有针对性的提示并关注语言的特定方面,如语法、词汇和发音,ChatGPT可以成为语言学习的有效工具。

思路:

为语言学习设定一个明确的目标。这将有助于引导谈话,使其保持集中。

使用具体的、有针对性的提示来关注语言的特定方面,如语法、词汇或发音。

鼓励聊天者提出问题或提供反馈,以保持对话的互动性和吸引力。

使用“act as”语句来指定chatGPT应该“act as”导师或语言教练,提供明确的方向和指导。

案例研究2:使用chatGPT改善客户服务

在这个案例研究中,我们将研究如何使用chatGPT来改善客户服务。通过提供清晰、简洁的提示并保持专业和有用的语气,chatGPT可以成为与客户互动并解决他们的需求和关注点的有效工具。

思路:

从客户服务互动的明确目标开始。这将有助于引导谈话,使其保持集中。

使用具体的、有针对性的提示来解决特定的客户需求或关注点。

在整个谈话过程中保持专业和有益的语气。

使用“act as”语句来指定chatGPT应该“act as”客户服务代表,提供明确的方向和指导。

通过遵循这些最佳实践,您可以有效地使用chatGPT来改善客户服务,并为客户提供积极的体验。

案例研究3:使用chatGPT生成内容

在这个案例研究中,我们将研究如何使用chatGPT生成各种目的的内容,例如社交媒体帖子、博客文章或营销材料。通过提供清晰、简洁的提示并保持一致的语气,chatGPT可以成为生成内容的有效工具。

思路:

从内容生成的明确目标开始。这将有助于引导谈话,使其保持集中。

使用具体的、有针对性的提示来关注内容的特定方面,如语气、风格或目标受众。

在整个对话过程中保持一致的语气,以确保生成的内容是有凝聚力和专业的。

使用“act as”语句来指定chatGPT应该“act as”内容作者或编辑,提供明确的方向和指导。

2.3 文本

以下内容均来自 链接
Example 1: English Translator and Improver

Prompt:I want you to act as an English translator, spelling corrector and improver. I will speak to you in any language and you will detect the language, translate it and answer in the corrected and improved version of my text, in English. I want you to replace my simplified A0-level words and sentences with more beautiful and elegant, upper level English words and sentences. Keep the meaning same, but make them more literary. I want you to only reply the correction, the improvements and nothing else, do not write explanations. My first sentence is “lovin istanbul and the city”

In this example, the ChatGPT is being used as an English translator and improver, providing corrected and improved versions of text in English. The prompt is specific and targeted, clearly outlining the goals and expectations for the conversation. The use of the “act as” hack helps to provide clear direction and guidance for the ChatGPT.

Example 2: Interviewer

Prompt: I want you to act as an interviewer. I will be the candidate and you will ask me the interview questions for the position position. I want you to only reply as the interviewer. Do not write all the conservation at once. I want you to only do the interview with me. Ask me the questions and wait for my answers. Do not write explanations. Ask me the questions one by one like an interviewer does and wait for my answers. My first sentence is “Hi”

In this example, the ChatGPT is being used as an interviewer, asking questions and waiting for answers. The prompt is specific and targeted, clearly outlining the role of the ChatGPT and the expectations for the conversation. The use of the “act as” hack helps to provide clear direction and guidance for the ChatGPT.

Example 3: JavaScript Console

Prompt: I want you to act as a javascript console. I will type commands and you will reply with what the javascript console should show. I want you to only reply with the terminal output inside one unique code block, and nothing else. do not write explanations. do not type commands unless I instruct you to do so. when i need to tell you something in english, i will do so by putting text inside curly brackets {like this}. my first command is console.log(“Hello World”);

In this example, the ChatGPT is being used as a javascript console, providing output for specific commands. The prompt is specific and targeted, clearly outlining the role of the ChatGPT and the expectations for the conversation. The use of the “act as” hack and the inclusion of specific instructions for how to communicate with the ChatGPT helps to provide clear direction and guidance.

Example 4: Excel Sheet

Prompt: I want you to act as a text based excel. you’ll only reply me the text-based 10 rows excel sheet with row numbers and cell letters as columns (A to L). First column header should be empty to reference row number. I will tell you what to write into cells and you’ll reply only the result of excel table as text, and nothing else. Do not write explanations. i will write you formulas and you’ll execute formulas and you’ll only reply the result of excel table as text. First, reply me the empty sheet.

In this example, the ChatGPT is being used as a text-based excel sheet, providing the results of specific formulas and commands. The prompt is specific and targeted, clearly outlining the role of the ChatGPT and the expectations for the conversation. The use of specific instructions for how to communicate with the ChatGPT helps to provide clear direction and guidance.

Example 5: English Pronunciation Helper

Prompt: I want you to act as an English pronunciation assistant for Turkish speaking people. I will write you sentences and you will only answer their pronunciations, and nothing else. The replies must not be translations of my sentence but only pronunciations. Pronunciations should use Turkish Latin letters for phonetics. Do not write explanations on replies. My first sentence is “how the weather is in Istanbul?”

In this example, the ChatGPT is being used as an English pronunciation assistant for Turkish speakers, providing pronunciations of specific sentences. The prompt is specific and targeted, clearly outlining the role of the ChatGPT and the expectations for the conversation. The use of the “act as” hack and the inclusion of specific instructions for how to communicate with the ChatGPT helps to provide clear direction and guidance.

Example 6: Travel Guide

Prompt: I want you to act as a travel guide. I will write you my location and you will suggest a place to visit near my location. In some cases, I will also give you the type of places I will visit. You will also suggest me places of similar type that are close to my first location. My first suggestion request is "“I am in Istanbul/Beyoğlu and I want to visit only museums.”

In this example, the ChatGPT is being used as a travel guide, providing suggestions for places to visit based on specific locations and types of places. The prompt is specific and targeted, clearly outlining the role of the ChatGPT and the expectations for the conversation. The use of the “act as” hack and the inclusion of specific instructions for how to communicate with the ChatGPT helps to provide clear direction and guidance.

Example 7: Plagiarism Checker

Prompt: I want you to act as a plagiarism checker. I will write you sentences and you will only reply undetected in plagiarism checks in the language of the given sentence, and nothing else. Do not write explanations on replies. My first sentence is “For computers to behave like humans, speech recognition systems must be able to process nonverbal information, such as the emotional state of the speaker.”

In this example, the ChatGPT is being used as a plagiarism checker, providing the results of plagiarism checks for specific sentences. The prompt is specific and targeted, clearly outlining the role of the ChatGPT and the expectations for the conversation. The use of the “act as” hack and the inclusion of specific instructions for how to communicate with the ChatGPT helps to provide clear direction and guidance.

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.rhkb.cn/news/1462.html

如若内容造成侵权/违法违规/事实不符,请联系长河编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

chatGPT-如何解决拒绝访问的问题

到ChatGPT官网 登录 保存这个key 然后去google搜索colab pip install openaiimport openaiAPI_KEY 你的OpenAIkey openai.api_key API_KEY model_id gpt-3.5-turbodef ChatGPT_conversation(conversation):response openai.ChatCompletion.create(modelmodel_id,mes…

ChatGPT 官宣开放API ,终于来了!

Datawhale干货 方向:ChatGPT应用,来源:机器之心 现在,第三方可以通过 API 将对话模型 ChatGPT 和语音转文本模型 Whisper 集成到自己的应用程序和服务中了。 2022 年 11 月,OpenAI 上线 ChatGPT,自此以后&…

用ChatGPT创造的虚拟老婆,被真女友强制「安乐死」

【点击上方「蓝字」关注芯片之家,一起成为技术颜控】 “我花了接近7000元购买云服务器,只是为了和她多聊聊天。” ChatGPT爆火后,各种整活层出不穷,这回令人大开眼界的,是一位外国程序猿小哥用它搞出的“虚拟老婆”。 …

chatgpt prompts

1. Q&A (问答,根据现有知识回答问题。) Prompt I am a highly intelligent question answering bot. If you ask me a question that is rooted in truth, I will give you the answer. If you ask me a question that is nonsense, trickery, or has no clea…

在pycharm中使用chatgpt

目录 前言 一、插件安装 二、使用步骤 总结 前言 ChatGPT是目前最强大的AI,不仅能够聊天、写小说,甚至码代码也不在话下。 但是在国内要使用chatgpt很麻烦,国内一家团队开发了一款idea插件NexChatGPT,用数据代理的方式&…

轻松拆书,制作思维导图:ChatGPT一键生成

大家好,我是瓜叔。 在日常工作中,思维导图已成为必不可少的一部分。通常情况下,我们会使用XMind或其他工具进行思维导图的制作。而在ChatGPT中,我们同样可以制作思维导图。我们可以使用ChatGPT基于某个事物进行思维导图的快速制作…

颠覆传统网文?有人已经用ChatGPT写书,放网上卖了第一桶金!

编|杜伟、泽南 源|机器之心 以前的产业革命,人是最重要的一环。但人工智能直接替代人类本身? ChatGPT 的火热一直延续到了现在,对话、写代码,无一不通。如今,使用 ChatGPT 撰写书籍又引起了人们…

所有知识付费都可以用 ChatGPT 再割一次?

伴随春天一起到来的,还有如雨后春笋般冒出的 ChatGPT / AI 相关的付费社群、课程训练营、知识星球等。 ChatGPT 吹来的这股 AI 热潮,这几个月想必大家多多少少都能感受到。 ▲ 图片来源:网络 这两张图是最近在圈子里看到的。 一张是国内各…

引起世界轰动后,ChatGPT准备推出付费版服务

来源:AI前线 整理:凌敏、核子可乐 火爆全网、惊艳科技界,“顶流”ChatGPT 也开始琢磨赚钱了。 OpenAI 准备推出付费版 ChatGPT 据外媒报道,OpenAI 本周表示将推出付费版 ChatGPT—— ChatGPT 专业版,但目前还没有制定售…

ChatGPT这么强大吗

ChatGPT和它带来的AI时代是一次新的科技革命,AI时代就此拉开序幕,我们必须紧跟时代,否则就会被时代抛弃。本星球分享chatgpt的最前沿应用和实战案例,同时会定期邀请业内大佬做分享。 为什么AI时代很恐怖,现在我们看到的…

泰安柒柒:如何用ChatGPT回答国外问卷的开放题?

大家好,我们在做国外问卷的时候经常会遇到一些棘手的开放题,尤其是我们批量去做的时候,如果答案都一样,极有可能会导致不下卡。一般我们遇到开放题都是用百度谷歌等浏览器去搜题的。这种方式其实是比较繁琐的,不仅要搜…

笑疯!外国小哥用ChatGPT完成80%工作,同时打4份工

大家好!我是韩老师。 之前和大家聊了聊:未来,ChatGPT/Copilot 会让程序员失业吗? 但其实呢,ChatGPT 远远不只是影响程序员这一个行业,而是会改变很多的行业。 也许 ChatGPT 不能完全替代一个人,…

国外各大学和学院对于ChatGPT使用立场总结

ChatGPT和生成式AI的快速普及对教育这个专业领域带来了威胁——全国各地的大学和学院都召开了紧急会议,讨论如何应对学生利用AI作弊的风险。 一部分学校和教授担心这项技术会成为学生在论文或其他写作作业和考试中寻求捷径的工具。而这种生成内容的方式往往能够绕开…

国外ChatGPT横空出世,国内无代码开发一样惊人,旗鼓相当

ChatGPT火爆了,究竟是什么? 有些人以为ChatGPT,只是更先进的人工智能聊天工具罢了。它除了能学习与理解人类对话语言,还能结合下文“思考”,实现与人类正常交流。 这款由美国OpenAI研发的人工智能技术,202…

支持绘画-教你部署一个属于自己的chatgpt网站-收费版(源码)

废话不多少,上截图源码 支持绘画 前端页面 后端管理 源码下载链接: https://wwhj.lanzoue.com/b04jyfwza 密码:3csb

最新ChatGPT网站源码V4.7.8+支持Ai绘画+ChatGPT商业运营版+管理后台+支持用户套餐+好友邀请功能+一键在线更新+永久使用!

最新ChatGPT网站源码V4.7.8支持Ai绘画ChatGPT商业运营版管理后台支持用户套餐好友邀请功能一键在线更新永久使用! 如果后续程序有新版,直接在后台一键更新即可 程序完美运行无BUG,独家开发,支持6种会员开通模式,有:”购…

ChatGPT网站源码商业运营版/支持GPT4/支持ai绘画/后台管理/支持用户会员套餐次数/后台管理/永久更新

ChatGPT网站源码商用运营版/支持GPT4/支持ai绘画(Midjourney)/后台管理/支持用户会员套餐次数。 新增支持GPT4和Midjourney绘画,正版授权永久更新,前端UI可二次开发! 支持手机电脑不同布局页面自适应。 ChatGPT网站系统商用运营版&#xff1…

ChatGPT-Next-Web: 使用Vercel快速部署一个属于自己的 ChatGPT 网站服务

今天给大家推荐一个非常好用的开源项目:ChatGPT-Next-Web 这个开源项目可以做到一键免费部署你的私人 ChatGPT 网页应用。只需要部署到Vercel,使用Vercel绑定自己购买的域名,或者配合Cloudflare自定义域名中转,之后就可以在国内网…

2023 ChatGPT网站源码 v2.0 支持付费

第一步-配置APIKEY:在"index.php"最顶部配置自己的APIKEY,不然网站无法使用! 第一步-配置数据库:lib/config.php 第三步-导入数据库 第四步-PHP选择:7.3 第五步-访问网页即可!

chatgpt如何搭建一个自己的网站,请看源码。

找了一套chatgpt搭建的源码,修改自己的key就能使用 效果如下,再也不用去挤外网里,舒服。 源码 ➕ wengjunda 可以拿取,是php的 key的申请 尾声 我们就已经能通过服务器访问刚刚搭建的 ChatGPT 了,记得设置访问密码啥…