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 562 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
  1. # yaml-language-server: $schema=https://promptfoo.dev/config-schema.json
  2. providers:
  3. - openai:gpt-4o-mini
  4. prompts:
  5. - file://prompts/name_capitals_concise.txt
  6. - file://prompts/name_capitals_verbose.txt
  7. tests:
  8. - vars:
  9. location: Sacramento
  10. assert:
  11. # Ensure the answer agrees with the provided facts
  12. - type: factuality
  13. value: The capital of California is Sacramento
  14. # Ensure the answer meets the criteria
  15. - type: model-graded-closedqa
  16. value: Does not include any extra information or facts about Sacramento
Tip!

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

Comments

Loading...