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 454 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. providers:
  3. - echo
  4. - echo
  5. - id: echo
  6. config:
  7. label: 'test'
  8. tags:
  9. env: 'ci'
  10. prompts:
  11. - 'Summarize this: {{text}}'
  12. - 'Summarize this: {{text}}'
  13. - 'Do not Summarize this: {{text}}'
  14. - 'This is the prompt {{text}}'
  15. tests:
  16. - vars:
  17. text: 'The quick brown fox jumps over the lazy dog.'
  18. assert:
  19. - type: contains
  20. value: 'quick brown fox'
Tip!

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

Comments

Loading...