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 567 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
  1. providers:
  2. - id: adaline:openai:chat:gpt-4o-mini
  3. config:
  4. maxTokens: 120
  5. responseFormat: text
  6. prompts:
  7. - file://prompts/name_capitals_concise.txt
  8. - file://prompts/name_capitals_verbose.txt
  9. tests:
  10. - vars:
  11. location: Sacramento
  12. assert:
  13. # Ensure the answer agrees with the provided facts
  14. - type: factuality
  15. value: The capital of California is Sacramento
  16. # Ensure the answer meets the criteria
  17. - type: model-graded-closedqa
  18. 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...