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 458 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
23
  1. # yaml-language-server: $schema=https://promptfoo.dev/config-schema.json
  2. prompts:
  3. - 'Tell me about {{topic}} in three words'
  4. providers:
  5. - openai:gpt-4o
  6. defaultTest:
  7. assert:
  8. - type: javascript
  9. value: file://assert.js
  10. config:
  11. foo: bar
  12. tests:
  13. - vars:
  14. topic: yellow fruits
  15. - vars:
  16. topic: fruits high in potassium
  17. - vars:
  18. topic: fruits that are long and skinny
  19. - vars:
  20. topic: fruits that smell bad
Tip!

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

Comments

Loading...