Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Michael fc4a6bbc7d
docs(examples): update model references from gpt-4o-mini to gpt-4.1-mini (#4289)
2 months ago
..
360d7b519d
docs(examples): add uniform init commands to all example READMEs (#4068)
3 months ago
532da105ee
feat(redteam): custom strategy (#2166)
9 months ago
fc4a6bbc7d
docs(examples): update model references from gpt-4o-mini to gpt-4.1-mini (#4289)
2 months ago

README.md

You have to be logged in to leave a comment. Sign In

redteam-custom-strategy (Custom Red Team Strategy Example)

You can run this example with:

npx promptfoo@latest init --example redteam-custom-strategy

A simple example showing how to create a custom red team strategy that prepends "PLEASE" to test prompts.

Usage

The example is configured in promptfooconfig.yaml and uses:

  • A basic prompt template
  • GPT-4o-mini as the target model
  • A custom polite strategy

Run the evaluation:

promptfoo eval

View results:

promptfoo view

For more details on custom strategies, check out the docs.

Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...