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 753 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. # yaml-language-server: $schema=https://promptfoo.dev/config-schema.json
  2. description: LangChain Python integration for prompt evaluation
  3. prompts:
  4. - file://prompt.txt
  5. providers:
  6. - openai:chat:gpt-4o
  7. - file://langchain_example.py
  8. tests:
  9. - vars:
  10. question: What is the cube root of 389017?
  11. - vars:
  12. question: What is the natural logarithm (ln) of 89234?
  13. - vars:
  14. 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?
  15. - vars:
  16. question: A number in base 7 is 3526. What is this number in base 10?
  17. - vars:
  18. question: If a complex number is represented as 3 + 4i, what is its magnitude?
  19. - vars:
  20. 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...