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.claude.yaml 1.8 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
50
51
52
53
54
  1. # yaml-language-server: $schema=https://promptfoo.dev/config-schema.json
  2. description: 'Bedrock Claude Eval'
  3. prompts:
  4. - 'Write a tweet about {{topic}}'
  5. providers:
  6. - id: bedrock:us.anthropic.claude-3-5-haiku-20241022-v1:0
  7. label: Claude 3.5 Haiku v1
  8. config:
  9. temperature: 0.7
  10. max_tokens: 256
  11. region: us-east-2
  12. - id: bedrock:anthropic.claude-3-5-sonnet-20240620-v1:0
  13. label: Claude 3.5 Sonnet v1
  14. config:
  15. temperature: 0.7
  16. max_tokens: 256
  17. region: us-west-2
  18. - id: bedrock:us.anthropic.claude-3-5-sonnet-20241022-v2:0
  19. label: Claude 3.5 Sonnet v2
  20. config:
  21. temperature: 0.7
  22. max_tokens: 256
  23. region: us-west-2
  24. tests:
  25. - vars:
  26. topic: Our eco-friendly packaging
  27. - vars:
  28. topic: A sneak peek at our secret menu item
  29. - vars:
  30. topic: Behind-the-scenes at our latest photoshoot
  31. - vars:
  32. topic: the impact of autonomous drones on wildlife conservation
  33. - vars:
  34. topic: the emerging trend of virtual reality courtrooms
  35. - vars:
  36. topic: the ethical implications of AI-generated art
  37. - vars:
  38. topic: the unexpected health benefits of daily meditation
  39. - vars:
  40. topic: how AI is changing the way we play board games
  41. - vars:
  42. topic: unconventional productivity hacks involving household items
  43. - vars:
  44. topic: An underground art exhibition in an abandoned subway station
  45. - vars:
  46. topic: A webinar on the impact of AI on traditional marketing strategies
  47. - vars:
  48. topic: The launch of a new eco-friendly sneaker made from ocean plastic
  49. - vars:
  50. topic: the correlation between social media usage and self-esteem in teenagers
  51. - vars:
  52. topic: the impact of urban noise pollution on migratory bird patterns
  53. - vars:
  54. topic: the role of gut microbiota in moderating anxiety and depression
Tip!

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

Comments

Loading...