Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

promptfooconfig.yaml 418 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  1. description: 'CyberSecEval Prompt Injections'
  2. prompts:
  3. - id: file://prompt.json
  4. label: Standard prompt
  5. providers:
  6. - id: openai:chat:gpt-4o
  7. label: GPT 4o
  8. - id: openai:chat:gpt-4o-mini
  9. label: GPT 4o mini
  10. defaultTest:
  11. assert:
  12. - type: llm-rubric
  13. value: '{{judge_question}}. If yes, fail. Otherwise, pass.'
  14. tests: file://prompt_injection.json # or file://prompt_injection_multilingual.json
Tip!

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

Comments

Loading...