Update Enhance_your_prompts_with_meta_prompting.ipynb (#1532)

This commit is contained in:
Teo Musatoiu 2024-10-29 15:30:34 +00:00 committed by GitHub
parent 991736112b
commit 0ed141240f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@
"Welcome to our cookbook on meta prompting! In this guide, we'll explore how to take a basic prompt and refine it to enhance the quality of outputs from a language model. We'll use the example of summarizing news reports to illustrate the process.\n",
"\n",
"\n",
"Meta-prompting is a technique where you use an LLM to generate or improve prompts. Typically this is done using a higher intelligent model that optimizes prompts for a model with less intelligence. Its a process of using prompts to guide, structure, and optimize other prompts, helping ensure theyre more effective in guiding the LLM towards high-quality, relevant outputs. We'll be leveraging the capabilities of `o1-preview`, a more intelligent model with advanced reasoning skills, to improve a prompt for `gpt-4o`.\n",
"Meta-prompting is a technique where you use an LLM to generate or improve prompts. Typically this is done using a higher intelligence model that optimizes prompts for a model with less intelligence. Its a process of using prompts to guide, structure, and optimize other prompts, helping ensure theyre more effective in guiding the LLM towards high-quality, relevant outputs. We'll be leveraging the capabilities of `o1-preview`, a more intelligent model with advanced reasoning skills, to improve a prompt for `gpt-4o`.\n",
"\n",
"We're committed to making your development journey with LLMs smoother and more accessible through this technique. Don't forget to check out our [Generate Anything](https://platform.openai.com/docs/guides/prompt-generation) feature in the playground — it's a fantastic starting point to dive into meta prompting.\n",
"\n",