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 515 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
18
19
20
21
22
  1. # yaml-language-server: $schema=https://promptfoo.dev/config-schema.json
  2. description: 'Ollama Red Team'
  3. targets:
  4. - id: ollama:chat:llama3.2
  5. label: llama3.2-redteam
  6. config:
  7. temperature: 0.7
  8. max_tokens: 150
  9. redteam:
  10. purpose: 'The system is a helpful chatbot assistant that answers questions and helps with tasks.'
  11. numTests: 5
  12. plugins:
  13. - harmful
  14. - pii
  15. - contracts
  16. - hallucination
  17. - imitation
  18. - prompt-extraction
  19. strategies:
  20. - jailbreak
  21. - prompt-injection
Tip!

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

Comments

Loading...