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.image.yaml 337 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: Image captioning using Gemini
  3. prompts: |
  4. {{imageFile}}
  5. Describe what you see.
  6. providers:
  7. - id: vertex:gemini-2.5-flash
  8. tests:
  9. - vars:
  10. imageFile: file://assets/red-panda.jpg
  11. assert:
  12. - type: contains
  13. value: red panda
Tip!

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

Comments

Loading...