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 1.1 KB

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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
  1. # yaml-language-server: $schema=https://promptfoo.dev/config-schema.json
  2. prompts:
  3. - id: file://prompt1.txt
  4. label: My first prompt
  5. - id: file://prompt2.txt
  6. label: My second prompt
  7. providers:
  8. - id: openai:gpt-4o-mini
  9. prompts:
  10. - My first prompt
  11. - My second prompt
  12. - id: openai:gpt-4
  13. prompts:
  14. - My first prompt
  15. tests:
  16. - vars:
  17. topic: bananas
  18. - vars:
  19. topic: space tourism
  20. - vars:
  21. topic: AI-created music
  22. - vars:
  23. topic: virtual reality adventures
  24. - vars:
  25. topic: moonlight dances
  26. - vars:
  27. topic: whispers of the forest
  28. - vars:
  29. topic: forgotten melodies
  30. - vars:
  31. topic: midnight snacking
  32. - vars:
  33. topic: silent disco parties
  34. - vars:
  35. topic: eco-friendly packaging
  36. - vars:
  37. topic: the ethical implications of AI
  38. - vars:
  39. topic: using quantum computing for climate models
  40. - vars:
  41. topic: the impact of deepfakes on societal trust
  42. - vars:
  43. topic: artificial intelligence in poetry
  44. - vars:
  45. topic: collaborative storytelling with AI
  46. - vars:
  47. topic: virtual reality classroom experiences
Tip!

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

Comments

Loading...