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 681 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
  1. # yaml-language-server: $schema=https://promptfoo.dev/config-schema.json
  2. prompts:
  3. - prompt.txt
  4. providers:
  5. - openai:chat:gpt-4o
  6. - file://langchain_example.py
  7. tests:
  8. - vars:
  9. question: What is the cube root of 389017?
  10. - vars:
  11. question: What is the natural logarithm (ln) of 89234?
  12. - vars:
  13. question: If a geometric series has a first term of 3125 and a common ratio of 0.008, what is the sum of the first 20 terms?
  14. - vars:
  15. question: A number in base 7 is 3526. What is this number in base 10?
  16. - vars:
  17. question: If a complex number is represented as 3 + 4i, what is its magnitude?
  18. - vars:
  19. question: What is the fourth root of 1296?
Tip!

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

Comments

Loading...