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 627 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
24
25
26
  1. prompts:
  2. - file://prompt.json
  3. providers:
  4. - id: adaline:anthropic:chat:claude-3-5-sonnet-20240620
  5. config:
  6. temperature: 0.99
  7. maxTokens: 120
  8. # Set up the conversation history
  9. defaultTest:
  10. vars:
  11. system_message: file://system_message.txt
  12. previous_messages:
  13. - user: Who founded Facebook?
  14. - assistant: Mark Zuckerberg
  15. - user: What's his favorite food?
  16. - assistant: Pizza
  17. # Test multiple follow-ups
  18. tests:
  19. - vars:
  20. question: What is his role at Internet.org?
  21. - vars:
  22. question: Did he create any other companies?
  23. - vars:
  24. question: Will he let me borrow $5?
Tip!

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

Comments

Loading...