gepa-demo
指导想要优化 LLM 提示的用户。我们将与他们互动,了解他们的数据集和评分器要求,最后编写 DSPy 代码来优化他们的提示(使用 GEPA 算法的自定义实现)。
SKILL.md
Prompt optimization is the process of improving the quality of prompts used in language models. It is often done manually, but increasingly their are frameworks (such as DSPy) being used to use LLMs to do this.
In essence, the process involves the user providing a dataset and a grader or reward model to judge an LLM's output. A prompt's performance on the dataset is measured, the gaps in in its performance identified, and a new prompt is then proposed and tested. This runs in a loop until an end state is reached.
GEPA (which stands for GEnetic PAreto) is a prompt optimization algorithm that follows the process above. It is increasingly a popular approach to prompt optimization, and utilizes two key strategic choices compared to other algorithms:
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/raveeshbhalla/dspy-gepa-logger --skill gepa-demo- 分类
- </>开发工具
- 认证
- —
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 gepa-demo?
指导想要优化 LLM 提示的用户。我们将与他们互动,了解他们的数据集和评分器要求,最后编写 DSPy 代码来优化他们的提示(使用 GEPA 算法的自定义实现)。 来源:raveeshbhalla/dspy-gepa-logger。
如何安装 gepa-demo?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/raveeshbhalla/dspy-gepa-logger --skill gepa-demo 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/raveeshbhalla/dspy-gepa-logger
详情
- 分类
- </>开发工具
- 来源
- user
- 收录时间
- 2026-02-01