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.nova.multimodal.yaml 376 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
  1. # yaml-language-server: $schema=https://promptfoo.dev/config-schema.json
  2. description: 'Bedrock Nova Eval with Images'
  3. prompts:
  4. - file://nova_multimodal_prompt.json
  5. providers:
  6. - id: bedrock:amazon.nova-pro-v1:0
  7. config:
  8. region: 'us-east-1'
  9. inferenceConfig:
  10. temperature: 0.7
  11. max_new_tokens: 256
  12. tests:
  13. - vars:
  14. image: file://cat.jpg
Tip!

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

Comments

Loading...