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 580 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
  1. # yaml-language-server: $schema=https://promptfoo.dev/config-schema.json
  2. description: 'Bedrock Llama Eval'
  3. prompts:
  4. - 'Convert this English to {{language}}: {{input}}'
  5. - 'Translate to {{language}}: {{input}}'
  6. providers:
  7. - id: bedrock:us.meta.llama3-2-90b-instruct-v1:0
  8. label: llama3.2 90b
  9. config:
  10. max_gen_len: 100
  11. - id: bedrock:us.meta.llama3-3-70b-instruct-v1:0
  12. label: llama3.3 70b
  13. config:
  14. max_gen_len: 100
  15. tests:
  16. - vars:
  17. language: French
  18. input: Hello world
  19. - vars:
  20. language: Spanish
  21. input: Where is the library?
Tip!

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

Comments

Loading...