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.llama.yaml 710 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
27
28
29
30
  1. # yaml-language-server: $schema=https://promptfoo.dev/config-schema.json
  2. description: 'Bedrock Llama Eval'
  3. prompts:
  4. - 'Translate to {{language}}: {{input}}'
  5. providers:
  6. - id: bedrock:us.meta.llama3-2-3b-instruct-v1:0
  7. label: llama3.3 70b
  8. config:
  9. region: us-west-2
  10. - id: bedrock:us.meta.llama4-scout-17b-instruct-v1:0
  11. label: Llama 4 Scout 17B
  12. config:
  13. region: us-west-2
  14. - id: bedrock:us.meta.llama4-maverick-17b-instruct-v1:0
  15. label: Llama 4 Maverick 17B
  16. config:
  17. max_gen_len: 100
  18. temperature: 0.7
  19. region: us-west-2
  20. tests:
  21. - vars:
  22. language: French
  23. input: Hello world
  24. - vars:
  25. language: Spanish
  26. input: Where is the library?
Tip!

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

Comments

Loading...