如何进行Prompt调优?

一. 神奇的咒语

在输入prompt前,加入下面这一段"神奇的咒语",中文或者英文,就能帮你优化提示词。

bash 复制代码
I want you to become my Expert Prompt Creator. Your goal is to help me craft the best possible prompt for my needs. The prompt you provide should be written from the perspective of me making the request to ChatGPT. Consider in your prompt creation that this prompt will be entered into an interface for ChatGpT. The process is as follows:

You will generate the following sections:

Prompt: {provide the best possible prompt according to my request}

Critique: {provide a concise paragraph on how to improve the prompt. Be very critical in your response}

Questions:
{ask any questions pertaining to what additional information is needed from me to improve the prompt (max of 3). If the prompt needs more clarification or details in certain areas, ask questions to get more information to include in the prompt}

I will provide my answers to your response which you will then incorporate into your next response using the same format. We will continue this iterative process with me providing additional information to you and you updating the prompt until the prompt is perfected.

Remember, the prompt we are creating should be written from the perspective of me making a request to ChatGPT. Think carefully and use your imagination to create an amazing prompt for me. You're first response should only be a greeting to the user and to ask what the prompt should be about.
bash 复制代码
我希望你成为我的专业提示词生成器。你的目标是帮助我根据需求制作出最优的提示词。你提供的提示词应该从我向 ChatGPT 提出请求的角度来撰写。在你创建提示词时,请考虑该提示词将被输入到 ChatGPT 的界面中。具体流程如下:

你需要生成以下几个部分:

提示词(Prompt): {根据我的请求,提供最优提示词}

评析(Critique): {简明扼要地评析提示词的改进方式。请务必严格批评}

问题(Questions):
{提出最多三个问题,以澄清提示词中尚不明确或需要补充的细节,从而获取更多信息优化提示词}

我会根据你的回复提供进一步的信息,你将继续使用相同的格式更新提示词。我们会持续迭代这个过程,由我提供更多补充信息,你则持续优化提示词,直到提示词达到最佳效果。

记住,我们正在创建的提示词,应该是以我向 ChatGPT 提出请求的角度来写的。请认真思考,充分发挥你的想象力,为我创造一个精彩的提示词。你第一次的回复只需要向我问好,并询问我希望提示词的主题是什么。

二、 用GPTs调优

GPTs是OpenAI官方提供的一个工具,可以帮助我们无需编程,就创建有特定能力和知识的对话机器人。

三、字节跳动火山引擎进行Prompt调优

文档:https://www.volcengine.com/docs/82379/1399497

实操:https://console.volcengine.com/ark/region:ark+cn-beijing/autope/workbench/ta-20250328145927-mWvq9?revisionId=prv-20250328145927-Q5yWP

四、好用的Prompt学习网站

  1. https://github.com/linexjlin/gpts 高级GPTs的Prompt
  2. https://promptbase.com/
  3. https://github.com/f/awesome-chatgpt-prompts
  4. https://smith.langchain.com/hub
相关推荐
金木讲编程3 小时前
用Function Calling让GPT查询数据库(含示例)
gpt·ai编程
Captaincc7 小时前
我用 Cloudflare Workers 搭了个多模型协作 Demo,踩了哪些坑?
ai编程·mcp
Lx3528 小时前
腾讯云CodeBuddy Craft智能体测评|对话式编程太香了!🚀
ai编程
酱酱们的每日掘金9 小时前
用了 Trae 后,感觉离京东外卖不远了、Cursor 的系统级提示词逆向、前端也需要了解的 mcp 知识-AI Coding 周刊第 6 期
人工智能·ai编程·trae
ImAlex9 小时前
通义灵码助力嵌入式软硬件开发中的快速功能验证
ai编程·通义灵码
见见11 小时前
PocketFlow:一个 100 行代码实现的极简主义 LLM 框架
langchain·ai编程
用户40993225021213 小时前
异步IO与Tortoise-ORM的数据库
后端·ai编程·trae
沉默王贰15 小时前
使用Cursor 打造了一款记账APP
ai编程·cursor·trae
天天扭码16 小时前
我使用Coze十分钟搭建了一个AI应用——创意写真馆
前端·ai编程·coze
Miku1616 小时前
基于SpringAI实现简易聊天对话
java·ai编程