Objective: # 概念阐释 没有一步到位完美的指令,但可以在过程中进行优化。最终积累一些针对「为我所用」的指令集。 在使用迭代时,每一次的指令都要叠加,这样才不会丢失前面的指令。 # 实例 引文: 对一个在售卖的椅子的描述 ``` --- OVERVIEW - Part of a beautiful family of mid-century inspired office furniture, including filing cabinets, desks, bookcases, meeting tables, and more. - - Several options of shell color and base finishes. - - Available with plastic back and front upholstery (SWC-100) or full upholstery (SWC-110) in 10 fabric and 6 leather options. - - Base finish options are: stainless steel, matte black, gloss white, or chrome. - Chair is available with or without armrests. - - Suitable for home or business settings. - - Qualified for contract use. - CONSTRUCTION - - 5-wheel plastic coated aluminum base. - - Pneumatic chair adjust for easy raise/lower action. - DIMENSIONS - - WIDTH 53 CM | 20.87” - - DEPTH 51 CM | 20.08” - - HEIGHT 80 CM | 31.50” - - SEAT HEIGHT 44 CM | 17.32” - - SEAT DEPTH 41 CM | 16.14” OPTIONS - - Soft or hard-floor caster options. - - Two choices of seat foam densities: medium (1.8 lb/ft3) or high (2.8 lb/ft3) - - Armless or 8 position PU armrests MATERIALS SHELL BASE GLIDER - - Cast Aluminum with modified nylon PA6/PA66 coating. - - Shell thickness: 10 mm. - SEAT - - HD36 foam - COUNTRY OF ORIGIN - - Italy --- ``` prompt1: ``` Your task is to help a marketing team create a description for a retail website of a product based on a technical fact sheet. Write a product description based on the information provided in the technical specifications delimited by triple backticks. 你的任务是帮助市场团队基于技术规格说明书创建一款产品的零售网站描述。 根据三个反引号分隔的技术规格说明书中提供的信息编写产品描述。 ``` prompt2: ``` Your task is to help a marketing team create a description for a retail website of a product based on a technical fact sheet. Write a product description based on the information provided in the technical specifications delimited by triple backticks. Use at most 50 words. 你的任务是帮助市场团队基于技术规格说明书创建一款产品的零售网站描述。 根据三个反引号分隔的技术规格说明书中提供的信息编写产品描述。 使用最多50个字。 """ ``` prompt3: ``` Your task is to help a marketing team create a description for a retail website of a product based on a technical fact sheet. Write a product description based on the information provided in the technical specifications delimited by triple backticks. The description is intended for furniture retailers, so should be technical in nature and focus on the materials the product is constructed from. At the end of the description, include every 7-character Product ID in the technical specification. Use at most 50 words. 您的任务是帮助市场团队根据技术数据表创建一个零售网站产品的描述。 根据三个反引号包围的技术规格提供的信息编写产品描述。 该描述面向家具零售商,因此应具有技术性质,并侧重于产品所使用的材料。 在描述的末尾,包括技术规格中每个7个字符的产品ID。 使用不超过50个单词。 ``` prompt4: ``` Write a product description based on the information provided in the technical specifications delimited by triple backticks. The description is intended for furniture retailers, so should be technical in nature and focus on the materials the product is constructed from. At the end of the description, include every 7-character Product ID in the technical specification. Use at most 50 words. After the description, include a table that gives the product's dimensions. The table should have two columns. In the first column include the name of the dimension. In the second column include the measurements in inches only. Give the table the title 'Product Dimensions'. Format everything as HTML that can be used in a website. Place the description in a <div> element. 你的任务是帮助市场团队根据技术规格单为零售网站创建一个产品描述。 根据三个反引号分隔的技术规格提供的信息撰写产品描述。 描述旨在针对家具零售商,因此应该是技术性的,并侧重于产品所构建的材料。 在描述结尾处,包括技术规格中每个7个字符的产品ID。 使用不超过50个单词。 在描述之后,包括一个表格,提供产品的尺寸。表格应该有两列。在第一列中包括尺寸名称。在第二列中仅包括英寸的测量值。 给表格加上“产品尺寸”的标题。 将所有内容格式化为可以在网站中使用的HTML。将描述放在<div>元素中。 ``` # 相关内容 我以前在让GPT修改文章时,没有叠加指令,所以新生成的文章总是不能符合上一个指令的要求。 以产品说明书为引文,写一段介绍短文: - 销售时的产品介绍 - SEO description - 有针对性的描述: - 阿里:价格、技术性、材料... - 生成中英文 适用于森特奈公众号文的写作 # 参考资料 https://learn.deeplearning.ai/chatgpt-prompt-eng/lesson/3/iterative