prompt = f""" 您的任务是帮助营销团队基于技术说明书创建一个产品的零售网站描述。 根据```标记的技术说明书中提供的信息,编写一个产品描述。 该描述面向家具零售商,因此应具有技术性质,并侧重于产品的材料构造。 使用最多50个单词。 技术规格: ```{fact_sheet_chair}``` """ response = get_completion(...
高级Prompt工程策略 上一节主要介绍了与LLM交互的基础Prompt策略,本节主要介绍一系列更高级的Prompt工程策略,它们能够让您以更复杂的方式与ChatGPT、GPT-4等LLMs进行交互,同时也是Prompt工程师经常用的策略。 输入/输出Prompt 输入/输出Prompt策略涉及定义用户向LLM提供的输入以及LLM作为响应生成的输出 该策略对于...
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...
比如我用跟刚才同样的 Prompt 让 ChatGPT 输出表格,它在达到字数限制以后并没有生成一个“Continue”按钮。我必须得手动输入“Continue”让 ChatGPT 继续生成表格。这时候 ChatGPT 就无法生成一个连续完整的表格了。 如下图所示,ChatGPT 输出的表格到 “Greenland” 就停下来了,我再提交一个 Prompt 让它继续,它...
经过观看大量的prompt,prompt有相同性,我们只需抓住这个相同性就可以自己生产prompt。 举例: 这是GitHub上分享众多的prompt提示词,链接和示例如下: https://github.com/f/awesome-chatgpt-prompts#act-as-an-excel-sheetgithub.com/f/awesome-chatgpt-prompts#act-as-an-excel-sheet Prompt模板可以总结为: 我...
AIAssistant_Extractor(prompt, keyword)从 ChatGPT 中提取关键数据。关键数据可以是姓名、地点、组织详细信息等。-提示:要从中提取关键数据的文本-关键字:关键字可以是名称、地点、组织等。 AIAssistant_Explain(cell_formula, [detail])帮助您解释您不理解且需要支持的Excel公式。-cell_formula:包含您希望 ChatGPT ...
英文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 ...
1.我们直接在GOOGLE SHEET 界面enable GPT FOR SHEET AND DOC插件 2.比如我们是轮胎外贸公司,我们想建一个关于轮胎的外贸网站,可以直接在Google Sheet 输入 GPT Prompt “=GPT_List(Generate Website Pages For Tire Business)” 图片来源:谷歌SHEET截图 ...
Depending on your industry, you can ask ChatGPT to act like an industry expert or even a system. Like an Excel sheet or a data analytics platform. 7. Refine Your Prompts When ChatGPT doesn’t respond how you want, you can refine your prompt using different wording to get better results...
[Caveat Emptor: After issuing this prompt you should then do something like start a docker container with docker run -it ubuntu:latest /bin/bash and type the commands the AI gives you in, and paste the output back… obviously you shouldn’t run any commands that will damage anything or br...